diff --git a/examples/textfield/index.html b/examples/textfield/index.html index 1f1c810..7196c63 100644 --- a/examples/textfield/index.html +++ b/examples/textfield/index.html @@ -11,13 +11,18 @@ + + + + + -
+

Textfield Example

@@ -35,5 +40,11 @@
+
+
+
+
+
+
diff --git a/examples/textfield/index.js b/examples/textfield/index.js index 1e7100b..e04da63 100644 --- a/examples/textfield/index.js +++ b/examples/textfield/index.js @@ -158,6 +158,9 @@ var G; $(document).ready(function () { G = new Ground(function () { spawnJQueryDriver(); + spawnDOMDriver(); + spawnRoutingTableWidget("#spy-holder", "spy"); + spawnGui(); spawnModel(); spawnSearch();