• 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 and AjaxTabbedPanel, AjaxTabbedPanelTab
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tinyMCE and AjaxTabbedPanel, AjaxTabbedPanelTab


  • Subject: tinyMCE and AjaxTabbedPanel, AjaxTabbedPanelTab
  • From: Raymond NANEON <email@hidden>
  • Date: Fri, 09 Dec 2011 11:43:42 +0000 (GMT)

Hi All,

I introduced AjaxTabbedPanel (range textareas in tabs) to my app but I am surprised to see AjaxTabbedPanel disabled tinyMCE in  textareas. So how can I reactivate tinyMCE ?

Html :
...
<!-- TinyMCE -->
    <wo name = "tinyMCE" />
    <wo name = "tinyMCEInit" />
    <!-- /TinyMCE -->
<webobject name = "Tabs">
  <webobject name = "ContexteTab"><wo name = "ctx" /></webobject>
  <webobject name = "ProblematiqueTab"><wo:text name = "problematik" value = "$session.problematik" id = "problematik" rows = "30" cols = "120" /></webobject>
  <webobject name = "ObjectifsTab"><wo:text name = "objectifs" value = "$session.objectifs" id = "objectifs" rows = "30" cols = "120" /></webobject>
  <webobject name = "MethodologieTab"><wo name = "metho" /></webobject>
</webobject>
...

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

ContexteTab : AjaxTabbedPanelTab {
    name = "Contexte";
    isSelected = contexteTabSelected;
    id = tabContexteId;
}

ctx : WOText {
    value = session.contexte;
    name="ctx";
    rows = "30";
    cols = "120";
    ;
    ;
}

ProblematiqueTab : AjaxTabbedPanelTab {
    name = "Problematique";
    isSelected = problematiqueTabSelected;
    id = tabProblematiqueId;
}

ObjectifsTab : AjaxTabbedPanelTab {
    name = "Objectifs";
    isSelected = objectifsTabSelected;
    id = tabObjectifId;
}

MethodologieTab : AjaxTabbedPanelTab {
    name = "Methodologie";
    isSelected = methodologieTabSelected;
    id = tabMethodologieId;
}

metho : WOText {
    value = session.metho;
    name="metho";
    rows = "30";
    cols = "120";
    ;
    ;
}

...

Thanks
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

  • Follow-Ups:
    • Re: tinyMCE and AjaxTabbedPanel, AjaxTabbedPanelTab
      • From: Alexis Tual <email@hidden>
  • Prev by Date: AW: Weird Behaviour...
  • Next by Date: Re: tinyMCE and AjaxTabbedPanel, AjaxTabbedPanelTab
  • Previous by thread: Re: Does ERExcelLook worth with custom display components?
  • Next by thread: Re: tinyMCE and AjaxTabbedPanel, AjaxTabbedPanelTab
  • Index(es):
    • Date
    • Thread