Hi Isomorphic,
We have a requirement that requires allowing a particular tab title to be edited by a user (via double-clicking the tab), which could feasibly include any kind of characters, including HTML special characters, of which, should be escaped when displayed outside of tab title edit mode.
The user must be able to re-edit the title, and when re-editing the title (via double click on tab), the user must be presented with the raw, original value, not an escaped value. Therefore, the tab title cannot be escaped prior to setting it on the tab.
We need some kind of title formatter capability that would allow us to escape the title for read only display, however, when in tab title edit mode, display the original, raw, unescaped value for continued editing.
So far, we have been unable to find a solution, can you please provide some guidance?
Thank you kindly.
SmartClient Version: v10.1p_2017-03-11/Pro Deployment (built 2017-03-11)
We have a requirement that requires allowing a particular tab title to be edited by a user (via double-clicking the tab), which could feasibly include any kind of characters, including HTML special characters, of which, should be escaped when displayed outside of tab title edit mode.
The user must be able to re-edit the title, and when re-editing the title (via double click on tab), the user must be presented with the raw, original value, not an escaped value. Therefore, the tab title cannot be escaped prior to setting it on the tab.
We need some kind of title formatter capability that would allow us to escape the title for read only display, however, when in tab title edit mode, display the original, raw, unescaped value for continued editing.
So far, we have been unable to find a solution, can you please provide some guidance?
Thank you kindly.
SmartClient Version: v10.1p_2017-03-11/Pro Deployment (built 2017-03-11)
Comment