Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-12 Thread Raymond NANEON
Hi List,I want to create many of AjaxTabbedPanelTab from WORepetition in AjaxTabbedPanel.html :             wod : Tabs : AjaxTabbedPanel {    id = tabsId;}repeatTabbedPanelTab : WORepetition {    lis

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Raymond NANEON
Hi List,I don't understand why item is null when I want to dynamically create tabs in AjaxTabbedPanel using WORepetion.What's wrong in my codes?Envoyé depuis iCloudLe 12 jul 2013 à 07:08, Raymond NANEON a écrit :Hi List,I want to create many of AjaxTabbedPanelTab from WORepetition in AjaxTabbedPan

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Paul Yu
Raymond I had better success using CCTabPanel for dynamically creating tabs. .html .java priv

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Raymond NANEON
Hi Paul,Thanks for your help.Can I have detail of .java ? tabSelection nature?  observationsTab ?? where do you use this component?Envoyé depuis iCloudLe 15 jul 2013 à 05:07, Paul Yu a écrit :RaymondI had better success using CCTabPanel for dynamically creating tabs..html

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Paul Yu
Raymond observationsTab is myTab1. Sorry. Cut and paste and clean, not too good. private NSDictionary _tabSelection; public NSDictionary tabSelection() { return _tabSelection; } public void setTabSelection(NSDictionary tabSelection) { _t

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Raymond NANEON
Hi Paul,Your example is great but very confused with all variables. Can I have a clean .java example.Sorry for the mess.Envoyé depuis iCloudLe 15 jul 2013 à 06:19, Paul Yu a écrit :RaymondobservationsTab is myTab1.  Sorry.  Cut and paste and clean, not too good.private NSDictionary _tabSelection;p

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Paul Yu
Raymond This should be it. .java private NSDictionary _tabSelection; public NSDictionary tabSelection() { return _tabSelection; } public void setTabSelection(NSDictionary tabSelection) { _tabSelection = tabSelection; String tabLabelString

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Chuck Hill
Yes, AjaxTabbedPanel is going to fight you here. Chuck On 2013-07-15, at 5:07 AM, Paul Yu wrote: > Raymond > > I had better success using CCTabPanel for dynamically creating tabs. > > .html > >= "$tabs" tabNameKey="tabLabel" useFormSubmit="$true"> >

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Raymond NANEON
Hey Chuck,AjaxTabbedPanel don't like loop it seems. I tried the method of Paul and I solved my problem.ThanksEnvoyé depuis iCloudLe 15 jul 2013 à 07:21, Chuck Hill a écrit :Yes, AjaxTabbedPanel is going to fight you here. Chuck On 2013-07-15, at 5:07 AM, Paul Yu wrote: RaymondI had better succes

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-19 Thread Ray Kiddy
On Jul 15, 2013, at 7:21 AM, Chuck Hill wrote: > Yes, AjaxTabbedPanel is going to fight you here. > > Chuck Really? AjaxTabbedPanel does not do repetitions? This seems odd. And undocumented. Just for fun, can anyone take a stab at how one would decide to use one of these and not one of the o

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-19 Thread Timothy Worman
On Jul 19, 2013, at 9:53 PM, Ray Kiddy wrote: > > On Jul 15, 2013, at 7:21 AM, Chuck Hill wrote: > >> Yes, AjaxTabbedPanel is going to fight you here. >> >> Chuck > > Really? AjaxTabbedPanel does not do repetitions? This seems odd. And > undocumented. > > Just for fun, can anyone take a sta

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-19 Thread Chuck Hill
On 2013-07-19, at 10:34 PM, Timothy Worman wrote: > > Well, anything with Ajax or MT in front of it is pretty self-explanatory. > Thank you Johnny Miller for MT! I think I can understand from the naming that > a bunch of them are non-ajax? But the CC naming convention - where’d that > come fro

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-20 Thread Chuck Hill
On 2013-07-19, at 9:53 PM, Ray Kiddy wrote: > > On Jul 15, 2013, at 7:21 AM, Chuck Hill wrote: > >> Yes, AjaxTabbedPanel is going to fight you here. >> >> Chuck > > Really? AjaxTabbedPanel does not do repetitions? This seems odd. And > undocumented. That depends on what you read into the do

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-20 Thread Johnny Miller
I guess this would be a bad time to mention I'm working on a JQAjaxTabbedPanel? On Jul 19, 2013, at 7:34 PM, Timothy Worman wrote: > On Jul 19, 2013, at 9:53 PM, Ray Kiddy wrote: > >> >> On Jul 15, 2013, at 7:21 AM, Chuck Hill wrote: >> >>> Yes, AjaxTabbedPanel is going to fight you here. >>

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-20 Thread Timothy Worman
Super stoked. Appreciate your JS talents and efforts. T On Jul 20, 2013, at 2:06 PM, Johnny Miller wrote: > I guess this would be a bad time to mention I'm working on a > JQAjaxTabbedPanel? > > On Jul 19, 2013, at 7:34 PM, Timothy Worman wrote: > >> On Jul 19, 2013, at 9:53 PM, Ray Kiddy w

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-20 Thread James Cicenia
+1 Thanks Ps: funny thread Sent from my iPhone > On Jul 20, 2013, at 4:37 PM, Timothy Worman wrote: > > Super stoked. Appreciate your JS talents and efforts. > > T > >> On Jul 20, 2013, at 2:06 PM, Johnny Miller wrote: >> >> I guess this would be a bad time to mention I'm working on a >>

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-22 Thread Johnny Miller
Hi Timmy, I've got a long way to go before the JQuery framework is finished but here is a sneak peek: http://www.kahalawai.com/cgi-bin/WebObjects/JQueryExample.woa/wa/PageAction/AjaxTabTestPage Any condemnation, critiques, advice or assistance would be greatly appreciated ;) Aloha, Mr. Johnny

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-28 Thread Ray Kiddy
On Jul 20, 2013, at 2:06 PM, Johnny Miller wrote: > I guess this would be a bad time to mention I'm working on a > JQAjaxTabbedPanel? > Sigh……. Well, no. People implementing good stuff is always appreciated. I guess two questions come to mind. If we are developing new components to do thin

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-28 Thread Johnny Miller
Hi Ray, I was thinking the same thing. Maybe you could even just have a component that just contains a switch component whose name gets resolved by a property and or a binding? Then the individual implementations wouldn't get too big and you could call them specifically if you wanted to. I g

[SOLVED] - Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-15 Thread Raymond NANEON
Hi Paul,Thanks a lot.It works fine.Envoyé depuis iCloudLe 15 jul 2013 à 06:43, Paul Yu a écrit :RaymondThis should be it..java    private NSDictionary _tabSelection;    public NSDictionary tabSelection() {        return_tabSelection;    }    public void setTabSelection(NSDictionary tabSelection) {