Chunk16

Buttons: Difference between revisions

From Joomla! Documentation

Jcutrone (talk | contribs)
No edit summary
Jcutrone (talk | contribs)
mNo edit summary
 
Line 10: Line 10:
</noinclude>
</noinclude>
{{#switch: {{{1}}}
{{#switch: {{{1}}}
  | OptionsSave = {{Chunk16:Help_screen_button_OptionsSaveClose}}
  | OptionsSaveClose = {{Chunk16:Help_screen_button_OptionsSaveClose}}
  | OptionsSave = {{Chunk16:Help_screen_button_OptionsSave}}
  | OptionsSave = {{Chunk16:Help_screen_button_OptionsSave}}
  | OptionsCancel = {{Chunk16:Help_screen_button_OptionsCancel}}
  | OptionsCancel = {{Chunk16:Help_screen_button_OptionsCancel}}
}}
}}

Latest revision as of 21:46, 22 December 2010

This modular chunk can be used to display info about a standard button in a Joomla component's screen.

Please add the new templates you created to this page (inside the "noinclude" tags so it displays only here, not when the chunk is transcluded on an actual help page).

Help screen column headers

{{Chunk16:buttons|OptionsSaveClose}}

  • Save & Close. Saves changes and then closes the Options window.

{{Chunk16:buttons|OptionsSave}}

  • Save. Saves changes and keeps the Options window open.

{{Chunk16:buttons|OptionsCancel}}

  • Cancel. Closes the Options window without applying changes.