copy #WATextInputTag>>size: to #WAFileUploadTag

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

copy #WATextInputTag>>size: to #WAFileUploadTag

Louis LaBrunda
Hi,

I respectfully suggest that #WATextInputTag>>size:

size: aNumber
        "This attribute tells the user agent the initial width of the widget.
The width is given in number of characters."
        self attributes
                at: 'size'
                put: aNumber

be copied to #WAFileUploadTag.

I am playing with the VA Smalltalk V8 Beta1 that includes Seaside.  I have
extended #WAFileUploadTag to include the #size: method and will suggest
that Instantiations add it but think it would be nice if it were added to
all Seaside platforms.

Lou
-----------------------------------------------------------
Louis LaBrunda
Keystone Software Corp.
SkypeMe callto://PhotonDemon
mailto:[hidden email] http://www.Keystone-Software.com

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: copy #WATextInputTag>>size: to #WAFileUploadTag

Julian Fitzell-2
Hi Lou,

Seems reasonable like a reasonable request anyway... I filed an issue for it: http://code.google.com/p/seaside/issues/detail?id=351

Julian

On Tue, Feb 17, 2009 at 6:21 PM, Louis LaBrunda <[hidden email]> wrote:
Hi,

I respectfully suggest that #WATextInputTag>>size:

size: aNumber
       "This attribute tells the user agent the initial width of the widget.
The width is given in number of characters."
       self attributes
               at: 'size'
               put: aNumber

be copied to #WAFileUploadTag.

I am playing with the VA Smalltalk V8 Beta1 that includes Seaside.  I have
extended #WAFileUploadTag to include the #size: method and will suggest
that Instantiations add it but think it would be nice if it were added to
all Seaside platforms.

Lou
-----------------------------------------------------------
Louis LaBrunda
Keystone Software Corp.
SkypeMe <a href="callto://PhotonDemon" target="_blank">callto://PhotonDemon
mailto:[hidden email] http://www.Keystone-Software.com

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside