
Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext context) |
| ERDEditHTML (WOContext context) | |
| boolean | isStateless () |
| boolean | synchronizesVariablesWithBindings () |
Static Public Attributes | |
| static final String | DEFAULT_URL = "http://tinymce.moxiecode.com/tinymce/jscripts/tiny_mce/tiny_mce.js" |
| static final String | FILE_NAME_PROPERTY = "er.directtoweb.ERDEditHTML.tinyMceSourceFileName" |
| static final String | FRAMEWORK_NAME_PROPERTY = "er.directtoweb.ERDEditHTML.tinyMceSourceFrameworkName" |
| static final String | SOURCE_URL_PROPERTY = "er.directtoweb.ERDEditHTML.tinyMceSourceUrl" |
Private Member Functions | |
| String | richTextMode () |
er.directtoweb.ERDEditHTML.tinyMceSourceUrl=http://somewhere/.../tiny_mce.js.er.directtoweb.ERDEditHTML.tinyMceSourceFileName and er.directtoweb.ERDEditHTML.tinyMceSourceFrameworkName properties to specify file name and framework name ("app" by default) of TinyMCE if you want to store the files in WebServerResources of your application of framework. For example: er.directtoweb.ERDEditHTML.tinyMceSourceFileName = tiny_mce/tiny_mce.js
| ERDEditHTML | ( | WOContext | context | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.
| response | to which we are appending | |
| context | context of the response |
Reimplemented from ERDCustomComponent.
| boolean isStateless | ( | ) |
component is not stateless
Reimplemented from ERDCustomEditComponent.
| String richTextMode | ( | ) | [private] |
| boolean synchronizesVariablesWithBindings | ( | ) |
Overridden from superclass to turn on component synching, which is the default.
Reimplemented from ERDCustomEditComponent.
final String DEFAULT_URL = "http://tinymce.moxiecode.com/tinymce/jscripts/tiny_mce/tiny_mce.js" [static] |
final String FILE_NAME_PROPERTY = "er.directtoweb.ERDEditHTML.tinyMceSourceFileName" [static] |
final String FRAMEWORK_NAME_PROPERTY = "er.directtoweb.ERDEditHTML.tinyMceSourceFrameworkName" [static] |
final String SOURCE_URL_PROPERTY = "er.directtoweb.ERDEditHTML.tinyMceSourceUrl" [static] |
1.5.8