My modal FormEditing
windows appears centered.
In order to overcome this, I have used
beforeShowForm: function(formId) {
$(formId).attr('align', 'left');
}
This works fine in Chrome, but not in Firefox. Any better idea than using beforeShowForm
? Have I missed a property for setting the alignment?