Difference between revisions of "Operator Element"
Jump to navigation
Jump to search
→Boolean Operators
imported>JRoush |
imported>Kyoma |
||
Line 78: | Line 78: | ||
*'''Onlyifnot''' - Similar to <onlyif>, but with the opposite pairing. | *'''Onlyifnot''' - Similar to <onlyif>, but with the opposite pairing. | ||
*'''Lt''' - The new property value is &true; if the current value is less than the contents of <lt>, and &false; otherwise. | *'''Lt''' - The new property value is &true; if the current value is less than the contents of <lt>, and &false; otherwise. | ||
*'''Lte''' - Similar to <lt>, but the current value can be lesser than or equal to the contents of <lte>. | |||
*'''Gt''' - Similar to <lt>, but the current value must be ''greater than'' the contents of <gt>. | *'''Gt''' - Similar to <lt>, but the current value must be ''greater than'' the contents of <gt>. | ||
*'''Gte''' - Similar to <gt>, but the current value can be greater than or equal to the contents of <gte>. | |||
*'''Eq''' - The new property value is &true; if the current value is equal to the contents of <eq>, and &false; otherwise. | *'''Eq''' - The new property value is &true; if the current value is equal to the contents of <eq>, and &false; otherwise. | ||
*'''Neq''' - Similar to <eq>, but the current value must be ''unequal'' to the contents of <neq>. | *'''Neq''' - Similar to <eq>, but the current value must be ''unequal'' to the contents of <neq>. |