webgui/lib/WebGUI/Help/Macro_EditableToggle.pm
Colin Kuskie cffe4fbc7b Remove the "using macros" entry, and all references.
Pruning and altering Macro docs up to and including CanEditText.
2007-07-17 15:44:12 +00:00

24 lines
365 B
Perl

package WebGUI::Help::Macro_EditableToggle;
our $HELP = {
'editable toggle' => {
title => 'editable toggle title',
body => 'editable toggle body',
variables => [
{
'name' => 'toggle.url'
},
{
'name' => 'toggle.text'
}
],
fields => [
],
related => [
]
},
};
1;