NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article:contentparts:form:field-checking [2010/05/25 19:19] Claus |
english:phpwcms-system:article:contentparts:form:field-checking [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 40: | Line 40: | ||
| Taka-Tuka-Land -|- test03@lokal.arpa</code> | Taka-Tuka-Land -|- test03@lokal.arpa</code> | ||
| + | \\ | ||
| + | |||
| + | === Option Group in select menu and list === | ||
| + | |||
| + | |||
| + | It is possible to group entries within a select menu or a list //(in list no "label-|-value" possible)//. | ||
| + | |||
| + | {{:deutsch:phpwcms-system:artikel:contentparts:formular:email-ausklappmenue02_be_1.gif|}} | ||
| + | <file> | ||
| + | Please select-|- | ||
| + | OPTGROUP Label-01 | ||
| + | Babaorum | ||
| + | Laudanum | ||
| + | /OPTGROUP | ||
| + | OPTGROUP Label-02 | ||
| + | Kleinbonum | ||
| + | Aquarium | ||
| + | /OPTGROUP | ||
| + | </file> | ||
| + | \\ | ||
| \\ | \\ | ||
| Line 60: | Line 80: | ||
| * **STRING** or **MIX** \\ | * **STRING** or **MIX** \\ | ||
| * **DATE** - checks if a valid date \\ | * **DATE** - checks if a valid date \\ | ||
| - | * **REGEX** - (patterns - new value) //([[links/php/regular-expression]])// | + | * **REGEX** - (patterns - new value) //([[:links:php:regular-expression]])// |
| * ''**pattern** =%%"/...regex-pattern.../"%%'' \\ | * ''**pattern** =%%"/...regex-pattern.../"%%'' \\ | ||
| * e.g. time: **"HH:mm"** -> ##''%%pattern="/((0|1)[0-9]|2[0-3]):([0-5]?[0-9]{2,2})/"%%''## | * e.g. time: **"HH:mm"** -> ##''%%pattern="/((0|1)[0-9]|2[0-3]):([0-5]?[0-9]{2,2})/"%%''## | ||