The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Button with drop-down list for the new editor

2 posters

Go down

 Button with drop-down list for the new editor Empty Button with drop-down list for the new editor

Post by fascicularia June 28th 2013, 12:28 pm

Hello everyone,
I am trying to install two buttons with drop-down list on the new editor. A tag for moderation (so invisible for members) and one for my members.
I managed to get by for simple buttons but buttons with drop-down list, I confess to have some difficulties.
Here is the script for a button.

Code:
$(function(){$(function(){

$(' <a class="sceditor-button" unselectable="on" title="Name button"><div unselectable="on" style="background-image:url(Link image)">Name button</div></a>').insertBefore('.sceditor-button-emoticon').click(function(){
$('#text_editor_textarea').sceditor("instance").insertText("[your bbcode]","[/your bbcode]");
});

})});

Do you have an idea to solve this trouble??
Thanks in advance for the attention you bring to it
avatar
fascicularia
Forumember

Posts : 172
Reputation : 1
Language : french

Back to top Go down

 Button with drop-down list for the new editor Empty Re: Button with drop-down list for the new editor

Post by Mr.EasyBB July 12th 2013, 5:01 am

You can view a small tutorial and plugin written by yours truly here http://www.avacweb.com/t1444-easybb-the-sceditor-plugin it offers many things such as


  • Adding Buttons
  • Removing Buttons
  • Removing Groups
  • Removing the WYSIWYG mode
  • Rearranging the button order
  • Assigning ID's to certain buttons
  • DropDown Functionality
avatar
Mr.EasyBB
Forumember

Posts : 71
Reputation : 9
Language : HTML/CSS/JS/JQUERY/MOOTOOLS

http://www.avacweb.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum