I just wanted to confirm that this was a fix and is not a bug. If you load the example below using SC 8.3 06-09-2013, the header is displayed to the very right of the page. If you load it using SC8.3 08-18-2013 and newer, the header displays only to the very right of the first column.
Code:
isc.VLayout.create({ID:"vparent", width: "100%", members:[ isc.DynamicForm.create({ID:"GridLayout",name:"GridLayout",styleName:"CwCADS",numCols:1,colWidths:["100"],titleOrientation:"top",margin:0,fields: [{title:"Right ",isFirstFocusable:false,align:"right",showSaveValue:false,ID:"Header",name:"Header",defaultValue:"Right",showValidation:"false",_constructor:"HeaderItem"}]}) ]})
Comment