Hi,
Making form read-only on the fly, which allows user copy/paste (as opposite to disabling it) has been on my wish-list for a long time. So many thanks, Isomorphic, for making this useful feature which could be used since v3.
However (there is always a kind of "however") there is still something to improve...
I am using forms with CanvasItem's on them, both DynamicForm and Listgrid as Canvas inside CanvasItem. From what I can see in the code, those CanvasItem's are simply disabling their content (Canvas) when form is set to canEdit(false). Such a behavior gives again a situation when user can't copy CanvasItem->form->item contents and even worse, can't scroll grid when a grid is a Canvas of the CanvasItem.
Could this be considered as reasonable improvement?
MichalG
SmartGWT-3.0
Making form read-only on the fly, which allows user copy/paste (as opposite to disabling it) has been on my wish-list for a long time. So many thanks, Isomorphic, for making this useful feature which could be used since v3.
However (there is always a kind of "however") there is still something to improve...
I am using forms with CanvasItem's on them, both DynamicForm and Listgrid as Canvas inside CanvasItem. From what I can see in the code, those CanvasItem's are simply disabling their content (Canvas) when form is set to canEdit(false). Such a behavior gives again a situation when user can't copy CanvasItem->form->item contents and even worse, can't scroll grid when a grid is a Canvas of the CanvasItem.
Could this be considered as reasonable improvement?
MichalG
SmartGWT-3.0