Align 1 toolbar button to the right?

Last post 04-26-2013, 2:54 PM by MasterShadow. 2 replies.
Sort Posts: Previous Next
  •  04-25-2013, 6:26 PM 77296

    Align 1 toolbar button to the right?

     I want to have my normal toolbar left aligned like normal however I want to segragate one button and move it off to the right corner. I have the editor in an iFrame so it's limited in how big it can get so I am inserting a button to pop the editor out into another window that can be full screened. I think it makes sense to move this button off on it's own as shown in the doctored image below.

     

     That is what I want to achieve. Is this possible?

     

  •  04-25-2013, 8:09 PM 77298 in reply to 77296

    Re: Align 1 toolbar button to the right?

    Solution 1:

     

    You can add a div around the editor:

     

    <div style="direction: rtl">
     <CE:Editor id="Editor1" Erunat="server" ></CE:Editor>
    </div>
     

    Solution 2:

     

    Add css into the web page:

    <style>
               .CuteEditorToolBarContainer{direction: rtl!important}
     </style>
     


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-26-2013, 2:54 PM 77308 in reply to 77298

    Re: Align 1 toolbar button to the right?

    I just need to move one specific button that is all alone in it's own group. Both of these methods look like they would align the entire toolbar to the right which is not what I want. 

     

    Look again at the image, that is exactly what I am trying to recreate. The main button group on the left is aligned to the left while the lone button on the right is up in the right corner. One button, that's it. 


            <item type="g_start" />
            <item type="holder" name="FullScreen" />
            <item type="g_end" />

     

    Is there any way to give that group an ID so I can reference it later? 

View as RSS news feed in XML