From 258ca5f16581f0e8befa493644225a02ae2fc002 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 26 Mar 2010 16:27:18 -0700 Subject: moved all uneeded files out, widgets.html works, tests horribly broken --- scenario/style.css | 7 +++ scenario/widgets.html | 128 ++++++++++++++++++++++++++++++-------------------- 2 files changed, 84 insertions(+), 51 deletions(-) create mode 100644 scenario/style.css (limited to 'scenario') diff --git a/scenario/style.css b/scenario/style.css new file mode 100644 index 00000000..956bdc52 --- /dev/null +++ b/scenario/style.css @@ -0,0 +1,7 @@ +th { + text-align: left; +} + +tr { + border: 1px solid black; +} diff --git a/scenario/widgets.html b/scenario/widgets.html index cb28e78c..21060ebf 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -1,58 +1,84 @@ - - - - + + -

- name: name={{name}}
-

-

- Female - Male - gender={{gender}} -

-

- tea={{tea}}
- coffee={{coffee}}
-

-

-

- - - - action - count={{count}} -
-

-

- - select={{select}} -

-

- - multiple={{multiple}} -

-

- - Hidden field = {{hidden}} -

-

- - Password field = {{password}} -

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DescriptionTestResult
Input text field
basictext.basic={{text.basic}}
passwordtext.password={{text.password}}
hiddenhidden={{hidden}}
Input selection field
radio + Female
+ Male +
gender={{gender}}
checkbox + Tea
+ Coffe +
checkbox={{checkbox}}
select + + select={{select}}
multiselect + + multiselect={{multiselect}}
Buttons
ng-action +
+
+
+
+ action +
+
button={{button}}
-- cgit v1.2.3