Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
tinyMCE, AjaxTabbedPanel and setter method
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tinyMCE, AjaxTabbedPanel and setter method



Hi All, 

I use tinyMCE and AjaxTabbedPanel to display texteareas in tabs, but I have some problems with value bindings in java setter method.
The setter method is never called on submit button. Whats wrong with tinyMCE? When I disable tinyMCE, the setter method is allways called when I click on each tabs.
When I enable tinyMCE in tabs, nothing happens.

Thanks for your reply

Html :
...
<!-- TinyMCE -->
    <wo name = "tinyMCE" />
    <wo name = "tinyMCEInit" />
    <!-- /TinyMCE -->
<webobject name = "Tabs">
  <webobject name = "ProblematiqueTab"><wo:text name = "problematik" value = "$problematik" id = "problematik" rows = "30" cols = "120" /></webobject>
</webobject>
...
 
in WOD

in WOD :
...
tinyMCE : ERXJavaScript {
    id="tinyMCE";
    filename = "tiny_mce/tiny_mce.js";
}

tinyMCEInit : ERXJavaScript {
    id="tinyMCEInit";
    filename = "tiny_mce/tinyMCEInit.js";
}

Tabs : AjaxTabbedPanel {
    id = tabsId;
}
 
ProblematiqueTab : AjaxTabbedPanelTab {
    name = "Problematique";
    isSelected = problematiqueTabSelected;
    id = tabProblematiqueId;
          ;
}
Envoyé depuis iCloud
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.