examples/dialog/test.html
authorleon <leon@roojs.com>
Wed, 27 Apr 2022 07:14:56 +0000 (15:14 +0800)
committerleon <leon@roojs.com>
Wed, 27 Apr 2022 07:14:56 +0000 (15:14 +0800)
examples/dialog/test.html

index 5df8019..52f4bd5 100644 (file)
@@ -18,7 +18,7 @@
 
 <h1>Hello World Dialog</h1>
 <p>This example shows how to create a very simple modal BasicDialog with "autoTabs".</p>
-<input type="button" id="show-dialog-btn" value="Hello World" /><br /><br />
+<input type="button" id="show-dialog-btn" value="test" /><br /><br />
 <p>Note that the js is not minified so it is readable. See 
 <button type="button" onclick="RooDocs.viewSource.show('/test.js')">test.js</button>for the full source code.</p>