This class extends Formatter to provide support for the rendering of the edit page of advanced HTML panel.
It serves the following output fragments, with given output attributes:
outputStart. At the beginning.
languagesOutputStart. At the beginning, when there are languages to show.
languageOutput/selectedLanguageOutput. For every language, depending on wether or not it is the currently selected
It receives the following attributes:
- langId. Language id.
- langName. Language name in the current locale.
- langParamName. Parameter name to use for the language.
- url. URL to go when the language is clicked.
languagesOutputEnd. At the end, when there are languages to show.
output. After the languages. It receives the following attributes:
- content. Content for the textarea to edit.
- contentParamName. Parameter name to use for the textarea.
outputEnd. At the end. It receives the following attributes:
- url. URL to go when the form is submitted.