.transform() |
Converts a string of handlebar pseudo-code to HTML that can be translated. This can be convenient in client scripts. Syntax $.udb.ui.transform( handlebar-pseudo-code )
Example var s = $.udb.ui.transform("<label>{{'Example'}}</label>");
A possible output of this example is: <label>
See Also
|