void drawMenu(
$contentValues
)
|
|
Parameters:
API Tags:
Redefined in descendants as:
-
BaseW3sContentManagerLanguagesMenuImages::drawMenu()
: Draws the languages' table as a horizontal toolbar. This function assumes that every image that represents a language has the same name of the language. Override this function if you want to change this behaviour
-
BaseW3sContentManagerLanguagesMenuTextual::drawMenu()
: Draws the languages' table as a horizontal toolbar. This function assumes that every image that represents a language has the same name of the language. Override this function if you want to change this behaviour
array formatContent(
array
$contentValues
)
|
|
Format the content to display the navigation menu on the web page.
Parameters:
|
array |
$contentValues: |
The array with contents. |
API Tags:
| Return: | The array with contents formatted. |
| Access: | protected |
Redefinition of:
- w3sContentManager::formatContent()
- The default behaviour of the formatContent function is "Nothing to do", so the content array will be returned untouched .
string getDefaultValue(
)
|
|
Returns the default text for the text content
API Tags:
Redefinition of:
- w3sContentManager::getDefaultValue()
- Returns the default text for the text content
string getDisplayContentForEditorMode(
)
|
|
Returns the content formatted to be correctly displayed in the editor mode.
API Tags:
Redefinition of:
- w3sContentManager::getDisplayContentForEditorMode()
- Returns the content formatted to be correctly displayed in the editor mode.
string getInteractiveMenu(
)
|
|
Returns the interactive menu for this content
API Tags:
Redefinition of:
- w3sContentManager::getInteractiveMenu()
- Returns the Interactive Menu used to manage the editor. This gives you a chance to add the reference to javascript editor which manages the content.
array setParamsToArray(
array
$params
)
|
|
Format the content to display the navigation menu on the web page.
Parameters:
|
array |
$params: |
The array with contents. |
API Tags:
| Return: | The array with contents formatted. |
| Access: | protected |