Welcome Guest, Not a member yet? Register   Sign In
the hyper link icon function in tiny mce ??
#1

[eluser]Zeeshan Rasool[/eluser]
hi all, there is a task which i have to implemented on my forum. Client has asked me to provide hyper link icon in tiny mce editor. Can any body tell me what will the purpose of hyper link and how can we implement it in our own forum??
very thanks guys!
#2

[eluser]eoinmcg[/eluser]
if i understand your question correctly, you can easily add links in tiny mce like so:

Code:
tinyMCE.init({
    mode : "textareas",
    theme : "advanced",
    theme_advanced_buttons1 : "bold,italic,underline,link,unlink,bullist,undo",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : ""
});

to use:
highlight the text, click the icon, a popup appears where you enter the link... all quite simple Wink
#3

[eluser]Zeeshan Rasool[/eluser]
thanks for this dude,




Theme © iAndrew 2016 - Forum software by © MyBB