0

获取template的定义

asked 2019-06-18 22:33:10 +0800

xuesong gravatar image xuesong
101 2

updated 2019-06-19 15:58:29 +0800

cor3000 gravatar image cor3000
6280 2 7

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>
delete flag offensive retag edit

Comments

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
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2019-06-18 22:33:10 +0800

Seen: 8 times

Last updated: Jun 19 '19

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More