It looks like there is a couple extra quotes in there, right before the end of 
the menuitem tags. I think the "/> should be just />

On Tuesday 05 June 2007 02:28 am, Amin Eft... wrote:
> it is standard id
> it is id of step before properties
> i test other ids too,but dont work !!
>
> On 6/5/07, Eric H. Jung <[EMAIL PROTECTED]> wrote:
> > Where did you get the id "context-sep-properties"? You must use an ID
> > that already exists in the XUL being overlaid.
> >
> > --- "Amin Eft..." <[EMAIL PROTECTED]> wrote:
> > > what is the problem with this code
> > > it is shown in down of the list
> > >
> > >
> > >          <popup id="contentAreaContextMenu">
> > >                   <menuitem
> > >                                              id="context-PH1"
> > >
> > > insertafter="context-sep-properties"
> > >                                              label="1"
> > >                   "/>
> > >                   <menuitem
> > >                                              id="context-PH2"
> > >
> > > insertafter="context-sep-properties"
> > >                                              label="2"
> > >
> > >                   "/>
> > >          </popup>
> > >
> > >
> > > On 6/2/07, Michael Vincent van Rantwijk <[EMAIL PROTECTED]>
> > >
> > > wrote:
> > > > InBasic wrote:
> > > > > in my extension there is one item that overlay to
> > >
> > > contentAreaContextMenu
> > >
> > > > > but after running i see that it is the last item in context menu
> > >
> > > , how
> > >
> > > > > can i
> > > > > move it upper ?
> > > >
> > > > Use the 'insertbefore' attribute like this: insertbefore="targetid"
> > > >
> > > > Make sure to bookmark these two links:
> > > >
> > > > http://www.xulplanet.com/
> > > > http://developer.mozilla.org/en/docs/Main_Page
> > > >
> > > > _______________________________________________
> > > > Project_owners mailing list
> > > > [email protected]
> > > > http://mozdev.org/mailman/listinfo/project_owners
> > > >
> > > > _______________________________________________
> > >
> > > Project_owners mailing list
> > > [email protected]
> > > http://mozdev.org/mailman/listinfo/project_owners
> >
> > _______________________________________________
> > Project_owners mailing list
> > [email protected]
> > http://mozdev.org/mailman/listinfo/project_owners
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to