On 2011-03-18, at 9:28 AM, Raghavender Bokka wrote: > Hi, > > Can anyone please suggest on er.coolcomponents.CCAjaxTabPanel examples link > or sample implementations if any exists.
CCAjaxTabPanel is a modified version of ERXTabPanel (i.e: it is wrapped by an AjaxUpdateContainer and uses Ajax calls to switch tabs). A concrete example of it's use can be found in ERMODTabInpsectPage in ERModernLook. You need to supply the CCAjaxTabPanel with an array of objects that represent the tabs. The selectedTab is available as a binding from the panel and you use it to determine what the WOComponentContent should be. For instance, ERD2W stuff uses an array of ERD2WContainers to represent the tabs. Each ERD2WContainer has an array of keys that it uses to represent the contents of its tab. ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile: http://www.linkedin.com/in/davidleber twitter: http://twitter.com/rebeld -- Toronto Area Cocoa / WebObjects developers group: http://tacow.org _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
