Skip to content

Group control elements in serenity dialog/form #5395

Answered by minhhungit
vmrosariojoe asked this question in Help
Discussion options

You must be logged in to vote

Hi @vmrosariojoe, to custom dialog layout, you can add a html template file with name same with your dialog, for example, your dialog has name AbcDialog.ts then create html template with name AbcDialog.Template.html

CategoryDialog.Template.html

<div class="s-DialogContent">
    <div id="~_Toolbar" class="s-DialogToolbar">
    </div>
    <div class="s-Form">
        <form id="~_Form" action="">
            <div class="fieldset" style="display: block">
                <div id="~_PropertyGrid" class="col-md-6"></div>
                <div id="~_rightPanelContainer" class="col-md-6"></div>
                <div class="clear"></div>
            </div>
        </form> 
    </div>
</div>

The temp…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vmrosariojoe
Comment options

Answer selected by vmrosariojoe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants