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