(changed to widgetdev)
hi,
It seems to be working nicely, although the "Default Value" is a little
confusing, as you try to select and delete it etc, maybe its better to leave
it blank.
If it is to be used with DynAPI2, it would be easier if it didn't rely on
other afroapi to much, what I mean is which files belong to the widget, just
these?
DynAPI.include('afrogui.form.form');
DynAPI.include('afrogui.form.formobj');
DynAPI.include('afrogui.form.textbox');
Do you have any documentation yet?
I like this idea:
testForm.addElement(new FormObject('mss','simple'));
testForm.addElement(new FormObject('pg','q'));
Cheers,
Richard Bennett
ma...@ri...
www.richardinfo.com
(Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2)
----- Original Message -----
From: "Michael Pemberton" <mp...@ph...>
To: <dyn...@li...>
Sent: Monday, January 22, 2001 3:46 PM
Subject: [Dynapi-Help] DHTML Form Elements (was: menu question...)
> I've just put the finishing touches on my first DHTML form object.
>
> It is just a text box at the moment, but by using adding a simple method
> to the prototype chain, any existing widget can be transformed into a
> form element. This way, widgets such as Pascal's TreeNode and radio
> button's can be easily turned into form elements.
>
> You can see a working example, that also uses some of my other widgets
> at the following url:
>
http://www.abchostonline.com/users/mpember/afroapi/examples/gui/form/dialog_
goeureka.html
>
> I'd be pleased if people with various versions of IE could try it out
> for my and report any problems.
> Here are the known issues:
> NS4: Won't detect arrow keys and as such won't allow for the cursor
> to move from the end of the string
> IE: Won't detect backspace (uses it for navigation) must use
> delete key to remove characters
>
> --
> Michael Pemberton
> mp...@ph...
> ICQ: 12107010
>
>
>
>
> _______________________________________________
> Dynapi-Help mailing list
> Dyn...@li...
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
> ____________________________________________________________
> Get your free domain name and domain-based e-mail from
> Namezero.com. New! Namezero Plus domains now available.
> Find out more at: http://www.namezero.com
>
|