8 lines
652 B
Plaintext
8 lines
652 B
Plaintext
<div data-options="dxView : { name: 'Test', title: 'Test' } " >
|
|
<div data-options="dxContent : { targetPlaceholder: 'content' } " class="dx-content-background">
|
|
<p style="padding: 5px">To learn more about DevExtreme, check out the <a href="http://go.devexpress.com/DevExtreme_LearningCenter.aspx" target="_blank">Learning Center</a>.</p>
|
|
<p style="padding: 5px">Note: To disable the simulator debugging environment, set the project's 'Run in Simulator' property to false.</p>
|
|
<div data-bind="dxButton: { text: 'Button1',onClick: onClick }"></div>
|
|
<div id="status" name="status">Status Message</div>
|
|
</div>
|
|
</div> |