Pre-/post-processing gui macroPreprocessing macro Macro: {textarea:name=<name>;class=<class>}
This will be replaced with textarea with name <name> and class <class>. Then it will be replaced with ckeditor. Example:
{textarea:name=msg}
Macro: {collapsing_widget:width=<width>;border_color=<border_color>;background_color=<background_color>;timeout=<timeout>;button_text=<button_text>;div_selector=<div_selector>}
This will be replaced with script wich will create collapsing block. Example:
{collapsing_widget:div_selector=.block1;width=400px}
Postprocessing macroMacro: {encoding:name=<code>;selected=<selected_encoding>}Requires: gui package This will be replaced with select widget with a list of encodings. Example:
{encoding:name=internal;selected=utf-8}
|
|
2009 © ultimix |