Strange Behaviour with Input Type set to File
Am I going mad!
This looks odd in IE and just wrong in Firefox.
var addButton = new AW.UI.Input;
addButton.getContent("box/text").setAttribute("type", "file");
addButton.getContent("box/text").setAttribute("cols", "0");
addButton.setControlText("Add Collection");
This is AW2 Standard by the way ?
Am I doing something wrong trying to get a File Input button to be displayed ?
For the record I am just trying to read a filename into a grid cell (which I think I know how to do - if I can get the Input type=file to work!
This looks odd in IE and just wrong in Firefox.
var addButton = new AW.UI.Input;
addButton.getContent("box/text").setAttribute("type", "file");
addButton.getContent("box/text").setAttribute("cols", "0");
addButton.setControlText("Add Collection");
This is AW2 Standard by the way ?
Am I doing something wrong trying to get a File Input button to be displayed ?
For the record I am just trying to read a filename into a grid cell (which I think I know how to do - if I can get the Input type=file to work!
Yasdnil
February 12,