Methods in org.richfaces.renderkit with parameters of type UIEditor |
protected java.lang.String |
EditorRendererBase.getFormattedComponentStringValue(javax.faces.context.FacesContext context,
UIEditor component)
Method to get converted to String model value or if validation not passed submitted value for component |
java.lang.String |
EditorRendererBase.getTextAreaStyle(UIEditor component)
Method to get target textarea style if width or height attributes was determined |
boolean |
EditorRendererBase.shouldRenderTinyMCE(UIEditor component)
Method to check if rendering of tinyMCE scripts needed. |
void |
EditorRendererBase.writeEditorConfigurationAttributes(javax.faces.context.FacesContext context,
UIEditor component)
Method to write tinyMCE configuration script parameters from Editor component attributes. |
void |
EditorRendererBase.writeEditorConfigurationParameters(javax.faces.context.FacesContext context,
UIEditor component)
Method to write tinyMCE configuration script parameters from property
file if it was determined through Editor configuration attribute. |
void |
EditorRendererBase.writeEditorCustomPluginsParameters(javax.faces.context.FacesContext context,
UIEditor component)
Method to write custom plugins script parameters from property
file if it was determined through Editor configuration attribute. |