Package wicket.contrib.tinymce4.ajax
Class TinyMceAjaxSubmitModifier
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.apache.wicket.AttributeModifier
-
- wicket.contrib.tinymce4.ajax.TinyMceAjaxSubmitModifier
-
- All Implemented Interfaces:
Serializable,IComponentAwareEventSink,IComponentAwareHeaderContributor,IClusterable
public class TinyMceAjaxSubmitModifier extends AttributeModifier
Modifier to modify the onclick method so that the tinyMce data will be updated to the modelSolution found at: http://dwairi.blogspot.com/2006/12/tinymce-ajax.html
For more details see: http://www.crossedconnections.org/w/?p=88- Author:
- Sander van Faassen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.wicket.AttributeModifier
AttributeModifier.MarkerValue
-
-
Field Summary
Fields Modifier and Type Field Description static StringSAVE_TRIGGERTrigger that has to be called-
Fields inherited from class org.apache.wicket.AttributeModifier
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE
-
-
Constructor Summary
Constructors Constructor Description TinyMceAjaxSubmitModifier()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringnewValue(String currentValue, String replacementValue)-
Methods inherited from class org.apache.wicket.AttributeModifier
append, append, detach, getAttribute, getReplaceModel, onComponentTag, prepend, prepend, remove, replace, replace, replaceAttributeValue, toString
-
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListener, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag, renderHead, unbind
-
-
-
-
Field Detail
-
SAVE_TRIGGER
public static final String SAVE_TRIGGER
Trigger that has to be called- See Also:
- Constant Field Values
-
-
Method Detail
-
newValue
protected String newValue(String currentValue, String replacementValue)
- Overrides:
newValuein classAttributeModifier- See Also:
AttributeModifier.newValue(java.lang.String, java.lang.String)
-
-