--- Kevin <[EMAIL PROTECTED]> wrote:
> I prefer extending DynLayer in one file only.

So are you for the DynLayerXtension library?

> Will setFocus raise z-index on a layer to be the
> highest?
> Or did you mean something else?

Yes, it will place the layer as the top but it also
does a few other things as well:

setFocus('auto') - this will enable auto focus by
bringing the layer on top when it's clicked.

setFocus(true,true) - this will cause the layer and
its parent & grand parents to be the topmost layers.

setFocus(false) - can be used to trigger the blur
event and shift focus to the next child or parent
layer.

It would also be cool if we were to add a
setTabIndex() function as well. This will give us
control over tab order within the system. 

setFocus(true) - trigger the onfocus and set the
z-index

> 
> > setToolTip(text) - set's a tool tipe for the
> layer.
> > this will cause tool tip to appear when the mouse
> is
> > moved over the layer.
> 
> Plus setAutoRaise(b) to raise z-index onmouseover?

Hmmm... Might be good to include this effect in
setFocus() - e.g. 

setFocus('auto:hover',true) - causes the layer and its
parents to be on top when the mouse is pasted over it.

setFocus('auto',true) or setFocus('auto:click',true) -
causes the layer and its parents to be on top when it
is clicked.

Agree?

--
Raymond Irving
> 
> > What do you think?
> 
> I like these additions.
> Kevin.
> 
> 
> > Raymond Irving
> > 
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Tax Center - forms, calculators, tips, more
> > http://taxes.yahoo.com/
> > 
> > 
> >
>
-------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Dynapi-Dev mailing list
> > [EMAIL PROTECTED]
> >
>
http://www.mail-archive.com/[EMAIL PROTECTED]/
> 
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
>
http://www.mail-archive.com/[EMAIL PROTECTED]/


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to