|
TAG
|
Top Previous Next |
| 1. | CONTENT=2:4 <= Normal selection (the position of a value is stored)
|
| 2. | CONTENT=$Apple<SP>Pie:$Fruits <= Selection by name (add $ before the name)
|
| 3. | CONTENT=$*apple*:$FRU*" <= Selection by name (wild cards, case insensitive comparison)
|
| 4. | CONTENT=%NY <= Selection of a state by value instead of using the name "New York". On the website HTML, such a value typically looks like "<option value="NY">New York</option>"
|
| 5. | CONTENT=ALL <= select ALL values of a selection. Useful if the number of values changes dynamically
|