diff --git a/build/less/collections/table.less b/build/less/collections/table.less
index fbc9d29af..6963047ac 100644
--- a/build/less/collections/table.less
+++ b/build/less/collections/table.less
@@ -459,12 +459,6 @@
Definition
---------------*/
-.ui.definition.table {
- border: 1px solid rgba(0, 0, 0, 0.1);
-}
-.ui.definition.table tr {
- border-top: 1px solid rgba(0, 0, 0 ,0.1);
-}
.ui.definition.table td:first-child {
font-weight: bold;
}
diff --git a/build/uncompressed/collections/table.css b/build/uncompressed/collections/table.css
index 20bf43fa9..64cefe0c1 100644
--- a/build/uncompressed/collections/table.css
+++ b/build/uncompressed/collections/table.css
@@ -409,12 +409,6 @@
/*--------------
Definition
---------------*/
-.ui.definition.table {
- border: 1px solid rgba(0, 0, 0, 0.1);
-}
-.ui.definition.table tr {
- border-top: 1px solid rgba(0, 0, 0, 0.1);
-}
.ui.definition.table td:first-child {
font-weight: bold;
}
diff --git a/node/src/documents/modules/form.html.eco b/node/src/documents/modules/form.html.eco
index 85b286b7d..0098feece 100755
--- a/node/src/documents/modules/form.html.eco
+++ b/node/src/documents/modules/form.html.eco
@@ -253,7 +253,7 @@ type : 'UI Behavior'
on |
submit |
- Event used to trigger validation. Can be either submit, blur or change. |
+ Event used to trigger validation. Can be either submit, blur or change. |
inline |
@@ -265,7 +265,7 @@ type : 'UI Behavior'
scale
|
- Named transition to use when animating menu in and out. Fade and slide down are available without including ui transitions |
+ Named transition to use when animating validation errors. Fade and slide down are available without including ui transitions |
duration |
@@ -275,11 +275,13 @@ type : 'UI Behavior'
+
+
- Validation rules are found in settings.rules
+ Validation rules are found in settings.rules
, to add new global validation rules, modify $.fn.form.settings.rules
to include your function.
Name |
@@ -335,13 +337,14 @@ type : 'UI Behavior'
+
-
+
Setting |
Context |
@@ -371,14 +374,14 @@ type : 'UI Behavior'
-
+
- Templates are found in settings.template
-
+ Templates are found in settings.template
, to modify templates across all forms, modify $.fn.form.settings.templates
to include your function. They must return html.
+
Template |
Arguments |
@@ -398,13 +401,13 @@ type : 'UI Behavior'
-
+
-
+
Setting |
Default |
@@ -463,6 +466,7 @@ type : 'UI Behavior'
+