Hi,
using SmartClient build v82p_2012-07-09
This code works well in IE/FF and displays an upload item with a button item in one row.
In Chrome the upload item is placed in a second row.
How can an upload and button item be placed in one row in Chrome?
Regards Thomas
using SmartClient build v82p_2012-07-09
This code works well in IE/FF and displays an upload item with a button item in one row.
Code:
isc.DynamicForm.create({ ID: "exampleForm", numCols: 3, cellBorder:1, width: 350, fields: [ { name: "file", showTitle: false, type: "upload" }, { name: "uplaod", title: "upload", type: "button", startRow: false } ] });
How can an upload and button item be placed in one row in Chrome?
Regards Thomas
Comment