|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.Behavior
org.apache.wicket.AttributeModifier
wicket.contrib.tinymce4.ajax.TinyMceAjaxSubmitModifier
public class TinyMceAjaxSubmitModifier
Modifier to modify the onclick method so that the tinyMce data will be updated to the model
Solution found at: http://dwairi.blogspot.com/2006/12/tinymce-ajax.html
For more details see: http://www.crossedconnections.org/w/?p=88
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.AttributeModifier |
|---|
org.apache.wicket.AttributeModifier.ValuelessAttributeAddModel, org.apache.wicket.AttributeModifier.ValuelessAttributeRemoveModel |
| Field Summary | |
|---|---|
static String |
SAVE_TRIGGER
Trigger that has to be called |
| Fields inherited from class org.apache.wicket.AttributeModifier |
|---|
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE |
| Constructor Summary | |
|---|---|
TinyMceAjaxSubmitModifier()
Constructor |
|
| Method Summary | |
|---|---|
protected String |
newValue(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, canCallListenerInterface, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, onRemove, renderHead, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String SAVE_TRIGGER
| Constructor Detail |
|---|
public TinyMceAjaxSubmitModifier()
| Method Detail |
|---|
protected String newValue(String currentValue,
String replacementValue)
newValue in class org.apache.wicket.AttributeModifierAttributeModifier.newValue(java.lang.String, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||