+1 Thanks
Ps: funny thread Sent from my iPhone > On Jul 20, 2013, at 4:37 PM, Timothy Worman <[email protected]> wrote: > > Super stoked. Appreciate your JS talents and efforts. > > T > >> On Jul 20, 2013, at 2:06 PM, Johnny Miller <[email protected]> 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 <[email protected]> wrote: >>> >>>> On Jul 19, 2013, at 9:53 PM, Ray Kiddy <[email protected]> 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 stab at how one would decide to use one of >>>> these and not one of the others? >>>> >>>> AjaxTabbedPanel >>>> >>>> MTAjaxTabbedPanel >>>> >>>> CCAjaxTabPanel >>>> >>>> CCTabPanel >>>> >>>> ERLITTabPanel >>>> >>>> ERXAjaxTabPanel >>>> >>>> ERXColoredTabPanel >>>> >>>> ERXImageTabPanel >>>> >>>> ERXTabPanel >>>> >>>> WOTabPanel >>>> >>>> These all exist in the Wonder frameworks. >>>> >>>> I mean, hey, I looked for an ERXWOTabPanel, an ERDTabPanel, and a >>>> BTTabPanel and they are not there. What's up? We're falling down on the >>>> job here. >>>> >>>> And what about IERXTabPanel. Where is David Avendasora when we need him? >>>> >>>> - ray >>> >>> 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 from? >>> >>> Tim >>> UCLA GSE&IS >>> >>>> >>>>>> On 2013-07-15, at 5:07 AM, Paul Yu wrote: >>>>>> >>>>>> Raymond >>>>>> >>>>>> I had better success using CCTabPanel for dynamically creating tabs. >>>>>> >>>>>> .html >>>>>> >>>>>> <wo:CCAjaxTabPanel id = "tabs" selectedTab="$tabSelection" tabs = >>>>>> "$tabs" tabNameKey="tabLabel" useFormSubmit="$true"> >>>>>> <!-- <wo:str value = "$selectedTabsWOComponent" /> --> >>>>>> >>>>>> >>>>>> <wo:AjaxUpdateContainer id = "ccTabContentContainer"> >>>>>> <wo:switch WOComponentName="$selectedTabsWOComponent" >>>>>> accessController="$accessController" evaluation = "$evaluation" /> >>>>>> </wo:AjaxUpdateContainer> >>>>>> >>>>>> </wo:CCAjaxTabPanel> >>>>>> >>>>>> >>>>>> .java >>>>>> >>>>>> private NSArray<NSDictionary> _tabs; _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
