void formatContent(
$contentValues
)
|
|
Add backslash character (\) before every character that is among these:
. \ + * ? [ ^ ] ( $ )
Parameters:
API Tags:
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 getDisplayContentForPreviewMode(
)
|
|
Returns the content formatted to be correctly displayed in the preview mode.
API Tags:
Redefinition of:
- w3sContentManager::getDisplayContentForPreviewMode()
- Returns the content formatted to be correctly displayed in the preview mode.
void getInteractiveMenu(
)
|
|
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.
void processPhpScript(
$content
)
|
|
Parameters:
API Tags: