• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
tinyMCE, AjaxTabbedPanel and setter method
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tinyMCE, AjaxTabbedPanel and setter method


  • Subject: tinyMCE, AjaxTabbedPanel and setter method
  • From: Raymond NANEON <email@hidden>
  • Date: Mon, 12 Dec 2011 18:14:15 +0000 (GMT)

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;
          ;
}
 _______________________________________________
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

  • Prev by Date: Re: Deployment build?
  • Next by Date: first foray into D2W
  • Previous by thread: Re: AW: Weird Behaviour...
  • Next by thread: tinyMCE, AjaxTabbedPanel and setter method
  • Index(es):
    • Date
    • Thread