... |
... |
@@ -6,11 +6,11 @@ |
6 |
6 |
|
7 |
7 |
== Changes to the form == |
8 |
8 |
|
9 |
|
-First we open the {{designer/}} and add some form elements to the form. Now we make these elements repeatable by clicking on the checkbox in the [[base settings section>>doc:Formcycle.Designer.Form.ElementProperties.BaseProperties]] of the properties panel. |
|
9 |
+First we open the {{designer/}} and add some form elements to the form. Now we make these elements repeatable by clicking on the checkbox in the [[base settings section>>doc:Formcycle.FormDesigner.ElementProperties.BaseProperties]] of the properties panel. |
10 |
10 |
|
11 |
11 |
== Changes to the CSS == |
12 |
12 |
|
13 |
|
-We open [[{{smallcaps}}Css{{/smallcaps}} tab>>doc:Formcycle.Designer.Form.CodingPanel.CSSTab.WebHome]] and enter the appropriate {{smallcaps}}Css{{/smallcaps}} that will do the numbering for us. For this, we use the {{smallcaps}}Css{{/smallcaps}} properties //counter-reset// together with the property //counter-increment//. {{smallcaps}}Css{{/smallcaps}} allows for one or many counters. Each counter has got a unique name and a current value. And when does the counter increase? This works as follows: |
|
13 |
+We open [[{{smallcaps}}Css{{/smallcaps}} tab>>doc:Formcycle.FormDesigner.CodingPanel.CSSTab.WebHome]] and enter the appropriate {{smallcaps}}Css{{/smallcaps}} that will do the numbering for us. For this, we use the {{smallcaps}}Css{{/smallcaps}} properties //counter-reset// together with the property //counter-increment//. {{smallcaps}}Css{{/smallcaps}} allows for one or many counters. Each counter has got a unique name and a current value. And when does the counter increase? This works as follows: |
14 |
14 |
|
15 |
15 |
* The initial value is set to 0. |
16 |
16 |
* Now each HTML element is visited in order of occurrence. |