HTML5 Data Bindings Support Product Page
Answered
How did you apply condition class in User Management Dashboard?
Asked 18 Dec 2013 16:11:53
1
has this question
18 Dec 2013 16:11:53 Andre Bender posted:
You applied the following condition to the paging button in the showcase User Management Dashboard:class="btn {{Users.link.prev.default( "disabled" )}}"
How did you do this? By hand coding? Is there any description of the code?
There is other code like this:
{{Status.contains( "Active" ).then( "label label-success", "" )}}
I can't find this in the documentation or did I miss something?
Replies
Replied 18 Dec 2013 17:13:12
18 Dec 2013 17:13:12 Teodor Kuduschiev replied:
Hello,
Please check this video tutorial: www.dmxzone.com/go/22129/using-the-conditional-filters-in-html5-data-bindings-formatter
Please check this video tutorial: www.dmxzone.com/go/22129/using-the-conditional-filters-in-html5-data-bindings-formatter
Replied 18 Dec 2013 17:32:17
18 Dec 2013 17:32:17 Andre Bender replied:
Ah, ok, missed that one thanks ;-)