Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
webbind:parameters [2025/04/06 22:26] optrix |
webbind:parameters [2025/04/06 22:29] (current) optrix |
||
---|---|---|---|
Line 41: | Line 41: | ||
The value to use when the incoming data is **bad** (ie. a null or invalid value). | The value to use when the incoming data is **bad** (ie. a null or invalid value). | ||
- | The library will try to find a suitable default value when you don't specify this value, but it's not guaranteed to be suitable (ie. if binding attributes such as ' | + | The library will try to find a suitable default value when you don't specify this parameter, but it's not guaranteed to be suitable (ie. if binding attributes such as ' |
===Scaling=== | ===Scaling=== | ||
Using // | Using // | ||
+ | |||
+ | For example, if you wanted to convert a value from between 40 and 60 to a percentage between 0-100%, you could use... | ||
+ | |||
+ | <code html> | ||
+ | < | ||
+ | </ | ||
===Convert=== | ===Convert=== |