jQWidgets Forums

jQuery UI Widgets Forums Editors Editor ToolBar position

This topic contains 2 replies, has 2 voices, and was last updated by  Dimitar 10 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • ToolBar position #68817

    ypahnu
    Participant

    I’m trying to add a toolbar at top of the page instead on top of the editor.
    How hard would it be? Shall I creat a toolbar and control all te actions? or can I simply set the toolbar elements of the editor to the main toolbar?

    Thanks in advance.

    ToolBar position #68819

    ypahnu
    Participant

    i did something like

    
    myToolBar = $('#mytext').prev().html();
    $('#topbar').prepend(myToolBar);
    

    but the toolbar don’t work 🙁
    I bealeve since Editor toolbar don’t have any ID it’s selected by prev() too.

    ToolBar position #68820

    Dimitar
    Participant

    Hello ypahnu,

    The contents of the jqxEditor widget can be controlled only by its built-in toolbar and not by an external one. What you are trying to achieve is not possible, unfortunately.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.