• 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
Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion


  • Subject: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion
  • From: Raymond NANEON <email@hidden>
  • Date: Fri, 12 Jul 2013 14:08:48 +0000 (GMT)

Hi List,

I want to create many of AjaxTabbedPanelTab from WORepetition in AjaxTabbedPanel.

html :

<webobject name = "Tabs">
                            <webobject name = "repeatTabbedPanelTab">
                              <webobject name = "DynamiqueTab"><webobject name = "template" /></webobject>
                            </webobject>
                          </webobject>

wod :

Tabs : AjaxTabbedPanel {
    id = tabsId;
}

repeatTabbedPanelTab : WORepetition {
    list = competences;
    item = competenceItem;
    identifier = dynaTabId;
}

DynamiqueTab : AjaxTabbedPanelTab {
    name = libelle;
    isSelected = false;
    id = dynaTabId;
}

template : TemplateCompTierBase {
    competence = competenceItem;
    domaine = competenceItem.domaine;
    editingContext = competenceItem.editingContext;
    updateContainerID = TRCompoementId;
}


In this case (WORepetition in AjaxTabbedPanel) in  the repetition item is always NULL.

So when I put the AjaxTabbedPanel in the WORepetition, it works fine but I have many of AjaxTabbedPanel instead of many tabs.

Thanks for your help
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: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion
      • From: Raymond NANEON <email@hidden>
  • Prev by Date: NSNumberFormatter
  • Next by Date: create new to-many objects in d2w
  • Previous by thread: Re: [SOLVED] NSNumberFormatter
  • Next by thread: Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion
  • Index(es):
    • Date
    • Thread