%%# macros for dialog rows of custom index attributes%% %%#%% %%# macro custom_attr_inputs: several rows %% %%# macro custom_attr_selbox: custom attributes selectable from selection box %% %%macro custom_attr_inputs%% function custom_inputs(prefix) { function isnoReqAttr(name) //checks if "name" is already displayed as required child attribute { if (typeof global_reqAttr=="undefined") return true; for (var i=0; i',customName,':'); writeln(''); } } } custom_inputs(); %%endmacro%% %%macro user_custom_input%% function user_input(prefix) { var pre=prefix||""; writeln(''); writeln(''); } user_input(); %%endmacro%% %%macro custom_attr_selbox%% %%endmacro%%