|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.apache.wicket.AttributeModifier
wicket.contrib.tinymce.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
| 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 |
|---|
detach, getAddAttributeIfNotPresent, getAttribute, getContextRelativeValue, getPattern, getReplaceModel, isEnabled, isEnabled, onComponentTag, replaceAttibuteValue, replaceAttributeValue, setEnabled, toString |
| Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
|---|
afterRender, beforeRender, bind, cleanup, detachModel, exception, getStatelessHint, isTemporary, onConfigure, onException, onRendered, rendered, renderHead |
| 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 | |||||||||