|
From: Kevin <ke...@ke...> - 2003-10-20 22:44:46
|
"Háber János" wrote:
> Hi!
> > Thought I'd pick on a widget and give it a go. So I tried the
> > gui.List component. Can we have packages.js dependency on
> > NodeItem?
// New? In packages.js including List will auto include NodeItem
//dynapi.library.include('dynapi.gui.NodeItem')
dynapi.library.include('dynapi.gui.List')
> > Is it not possible to add a link as list item content? In example:
> > list.add("<a href=\"javascript:alert('hi')\">Item Two</a>",2);
Adding List content that is a '<a href="..> ' doesn't work?
> > Is the correct way to do this to add onclick handler to list
> > then getSelectedIndex and a switch statement?
> >
> > Are border/padding calculations inner or outer? Like some
> > left padding if possible.
> >
> > Selecting last item removes bottom border in IE unless border
> > is 3. No problems using Mozilla and NS4 on Linux.
>
> Hi!
> I used the original List item, because I cut out the ListItem, renamed
> NodeItem (used in Tree Widget).
I may have out of date dynapi / Tree etc..
> So the border/padding is the original List, I don't understand your first 2
> question. The NodeItem used on many items it's a simple Layer width selecting
> and value contain possibility.
>
> (Sorry my english is poor)
It is good.
-
Kevin
> Cow
>
>
>
> -------------------------------------------------------
> This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
> The Event For Linux Datacenter Solutions & Strategies in The Enterprise
> Linux in the Boardroom; in the Front Office; & in the Server Room
> http://www.enterpriselinuxforum.com
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
> http://www.mail-archive.com/dyn...@li.../
|