1: function password_macro(param) { 2: if (param.as == "editor") 3: Html.password(this.createInputParam("password", param)); 4: return; 5: }