-
Type:
New Feature
-
Resolution: Done
-
Priority:
Major
-
Affects Version/s: 3.0.0 RC
-
Component/s: None
-
None
Let user can associate a comp. with Spreadsheet by added specific widget attribute (on such comp. or its parent).
Then, user click such comp. won't let Spreadsheet lose its focus.
for example:
<zk xmlns:w="client"> <button w:zss="true" label="btn" onClick="..." /> <hbox w:zss="true"> <textbox id="inp" /> <button label="btn1" onClick="..." /> </hbox> <Spreadsheet>...</Spreadsheet> </zk>