September 2017
Intermediate to advanced
408 pages
9h 25m
English
The j:set_if tag is used to set the value of a variable based on a condition. If the condition evaluates to true, the value specified in the true attribute is set. Otherwise, the value specified in the false attribute is set. It is similar to the ternary operator in many programming languages--var x = test ?true : false. It accepts the following attributes:
Read now
Unlock full access