-
FEATURED COMPONENTS
First time here? Check out the FAQ!
listbox中嵌套了可编辑的控件(如textbox),可以自由修改内容,后台想通过获取template的定义来动态获取修改后的值,请问是否可以获取到或者有其他方式可以获取值?
<listbox id="lstGrop" width="100%" height="150px" vflex="true">
<template name="model">
<listitem context="menudetail">
<listcell>
<tiscombobox value="${each.organizationname}" width="90%" requiredstar="true" />
</listcell>
<listcell>
<tistextbox value="${each.bondaccount}" width="90%" readonly="true" />
</listcell>
</listitem>
</template>
</listbox>
Asked: 2019-06-18 22:33:10 +0800
Seen: 8 times
Last updated: Jun 19 '19
unfortunately in this case google translate doesn't make much sense of your question... if you want the community to help, please try again in English.
cor3000 ( 2019-06-19 16:15:43 +0800 )edit