Files
Nuvolar/Nuvolar.Scanner.Android.Mobile/views/Test/Test.dxview
T
2017-03-08 11:21:27 +01:00

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>