jQuery UI Widgets Forums General Discussions jqxwindow center title

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Stanislav 7 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxwindow center title #95649

    nostromo
    Participant

    Dear, how can I align (centered) the title in a window.

    I have tried using sestilos but it does not work. Always align it to the left

    $ (“# FormData”). JqxWindow ({
    Width: 680,
    Height: 460,
    Resizable: false,
    Theme: ‘darkblue’
    IsModal: true,
    AutoOpen: false,
    ModalOpacity: 0.5
    });

    <Div id = “formDatos” style = “visibility: hidden; border-radius: 10px;”>
    <Div> TITLE </ div>
    <Div id = “formContenido”> content </ div>
    </ Div>

    jqxwindow center title #95651

    Stanislav
    Participant

    Hello nostromo,

    You can use margin-left to position the tittle in the center.
    We do not have an API for this.

    Best Regards,
    Stanislav

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

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

You must be logged in to reply to this topic.