<% Layout.titlecolor %> |
macro rendering titlecolor |
Sourcecode in Layout/macros.js:
1: function titlecolor_macro(param) { 2: if (param.as == "editor") 3: Html.input(this.preferences.createInputParam("titlecolor", param)); 4: else 5: renderColor(this.preferences.getProperty("titlecolor")); 6: return; 7: } |