Can you help me achieve this task?
Thanks
Fanis
|
<ejs-dashboardlayout id="editableLayout" columns="4">
<e-dashboardlayout-panels>
<e-dashboardlayout-panel sizeX="1" sizeY="1" row="0" col="0">
<e-content-template>
<div>
<div class="e-panel-container">
<div class="e-panel-header">
<div>
Form control
</div>
</div>
<div class="e-panel-content">
<form id="form-element" style="padding:20px">
<div> FirstName</div>
<ejs-textbox id="firstname" placeholder="First Name" width="200px" floatLabelType="Auto"></ejs-textbox>
<div> Mobile Number</div>
<ejs-textbox id="mobilenumber" placeholder="Enter Mobile Number" width="200px" floatLabelType="Auto"></ejs-textbox>
<div><ejs-button id="submit_btn" content="Button"></ejs-button></div>
</form>
</div>
</div>
</div>
</e-content-template>
</e-dashboardlayout-panel>
</e-dashboardlayout-panels>
</ejs-dashboardlayout> |