How to add this in sceditor button  Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    How to add this in sceditor button

    sivastar
    sivastar
    Forumember


    Male Posts : 152
    Reputation : 16
    Language : Tamil
    Location : Malaysia

    Solved How to add this in sceditor button

    Post by sivastar March 8th 2023, 10:26 am

    Code:
    [table style="padding: 8px 15px; border-width: 1px 1px 1px 5px; border-style: solid; border-color:  #eee #eee #eee rgb(107, 166, 94); background: #fafafa;color: #666666;border-radius: 3px;"]
    [tr][td][b][color=#6ba65e]<i class="fa fa-hashtag"></i>  Keywords[/color][/b] #text[/td]
    [/tr]
    [/table]

    Help me to add this in sceditor button

    Thanks in advance


    Last edited by sivastar on March 8th 2023, 4:44 pm; edited 1 time in total
    Razor12345
    Razor12345
    Support Moderator
    Support Moderator


    Male Posts : 1575
    Reputation : 266
    Language : Ukr, Rus, Eng
    Location : Ukraine

    Solved Re: How to add this in sceditor button

    Post by Razor12345 March 8th 2023, 2:22 pm

    Good afternoon!

    This can be done on the basis of this tutorial.



    How to add this in sceditor button  Screen51

    sivastar and SarkZKalie like this post

    sivastar
    sivastar
    Forumember


    Male Posts : 152
    Reputation : 16
    Language : Tamil
    Location : Malaysia

    Solved Re: How to add this in sceditor button

    Post by sivastar March 8th 2023, 3:08 pm

    Hi @Razor12345
    Thank you for reply.

    but i want the code like this

    Code:
    $(function(){
        var CopyrightNotice = 'Copyright StafferGroupBR™ © 2013 / All right reserved.';
          $(function(){
            $('<a class="sceditor-button" unselectable="on"><div unselectable="on" style="background-image:url(https://i.servimg.com/u/f56/17/71/75/73/revu-f11.png)">a</div></a>').insertBefore('.sceditor-button-size').click(function(){
                    $('#text_editor_textarea').sceditor("instance").insertText("<p class=\'einfo\'>","</p>");
            });
          });
    });

    Kindly edit this Javascript
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: How to add this in sceditor button

    Post by TheCrow March 8th 2023, 4:28 pm

    Hey there,

    All you need to do is add an other javascript with this code in it:
    Code:
    $(function(){
        var CopyrightNotice = 'Copyright StafferGroupBR:tm: :copyright: 2013 / All right reserved.';
          $(function(){
            $('<a class="sceditor-button" unselectable="on"><div unselectable="on" style="background-image:url(https://i.servimg.com/u/f56/17/71/75/73/revu-f11.png)">a</div></a>').insertBefore('.sceditor-button-size').click(function(){
                    $('#text_editor_textarea').sceditor("instance").insertText('[table style="padding: 8px 15px; border-width: 1px 1px 1px 5px; border-style: solid; border-color:  #eee #eee #eee rgb(107, 166, 94); background: #fafafa;color: #666666;border-radius: 3px;"][tr][td][b][color=#6ba65e]<i class="fa fa-hashtag"></i>  Keywords[/color][/b] #','[/td][/tr][/table]');
            });
          });
    });

    Kind regards,
    TC.



    How to add this in sceditor button  Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!

    sivastar, SarkZKalie, TonnyKamper and Razor12345 like this post

    sivastar
    sivastar
    Forumember


    Male Posts : 152
    Reputation : 16
    Language : Tamil
    Location : Malaysia

    Solved Re: How to add this in sceditor button

    Post by sivastar March 8th 2023, 4:42 pm

    Thank you @TheCrow

    salut

    TheCrow likes this post

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: How to add this in sceditor button

    Post by TheCrow March 8th 2023, 4:45 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    How to add this in sceditor button  Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!