Great work, and I like it.
Sometimes you don't need the textfield visible.
Or you want do give some properties to the button. I looked in the source,
and I set:
uploadfield = new qx.ui.io.UploadField("button", 'Upload File',
'icon/16/places/document-folder.png');
uploadfield._text.setVisibility(f
Dietrich
That did the trick nicely! It would be really nice if this could
become a standard feature.
Nick
On 04/06/07, Dietrich Streifert <[EMAIL PROTECTED]> wrote:
>
> Hi Nick!
>
> Thank you for your report. The problem was a missing overflow:"hidden" for
> the FileUpload widget. I have corre
Hi Nick!
Thank you for your report. The problem was a missing overflow:"hidden"
for the FileUpload widget. I have corrected that and created a new
attachment to the bugzilla issue:
http://bugzilla.qooxdoo.org/attachment.cgi?id=178
The Problem behind this seems to be the TextField implementat
Dietrich,
Dietrich Streifert wrote:
> Hello List,
>
> While having some time I ported my upload widget to 0.7beta3.
>
> I also created a test perl cgi upload script which can be used to test
> the implementation via a test html page.
>
> I'd like to give the files to someone willing to test th
Hello List,
While having some time I ported my upload widget to 0.7beta3.
I also created a test perl cgi upload script which can be used to test
the implementation via a test html page.
I'd like to give the files to someone willing to test the implementation
and get some feedback.
I used the