JQuery templating -


To specify a special image based on the value in the field, is it possible in a JQuery template (in this case it is possible Boolean field {MainYN} and I want to show a tick image if the value is true and if a value is wrong)?

Unfortunately with the values ​​in the ArrayValue near the JQuery Template Template function, a variable of {Variable} Substitutes. I have solved this problem by passing through the full path of the image on the template.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -