i want change this code to sceditor
3 posters
Page 1 of 1
i want change this code to sceditor
hi everyone
how are you ??
my code is :
- Code:
<div><span class="gensmall">
<a href="javascript:showhide(document.getElementById('plus_menu'))"><img src="http://2img.net/i/fa/i/smiles/icon_king.png" ></a><br><div id="plus_menu" style="position: absolute; margin-top: 8px; z-index: 1; left:
1051px; display: none;"><table class="forumline" border="0" cellpadding="3" cellspacing="0"
width="200"><tbody><tr>
<td class="row1" nowrap="nowrap"><iframe src="http://x-gaming.lforum.biz/smilies.forum?mode=smilies_frame&t=1372088007" width="300" height="400" scrolling="no"></iframe></td></tr></tbody></table></div>
</span></div>
this code it's for button smilies i want fusion this code with sceditor
Anyone can edit code for me
I will be thankful to him
Re: i want change this code to sceditor
What exactly do you want to do with this code?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: i want change this code to sceditor
coolkool wrote:this code is normal button i want get him in the sceditor
Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead!coolkool wrote:UP
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: i want change this code to sceditor
So you want to add a button to the full editor for the smileys? And you want to remove the smileys from the side of the full editor?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: i want change this code to sceditor
yes i want to add smileys button to full editor
not QUICK REPLY only
Re: i want change this code to sceditor
Since @Ange Tuteur and @JScript are good with coding, they might can help you.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: i want change this code to sceditor
Add this to a script in all the pages.
Modules > JavaScript codes management
That will add emoticons to the editor toolbar if it's not present.
Modules > JavaScript codes management
- Code:
$(function() {
if (window.toolbar && !/emoticon/.test(window.toolbar)) toolbar = toolbar.replace(/(removeformat\|)/, '$1emoticon,');
});
That will add emoticons to the editor toolbar if it's not present.
Re: i want change this code to sceditor
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» i want add this code in sceditor
» Add and change buttons on sceditor
» how can i change sceditor to this style
» Change default sceditor buttons
» SCEditor button icon change
» Add and change buttons on sceditor
» how can i change sceditor to this style
» Change default sceditor buttons
» SCEditor button icon change
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum