我使用煎茶觸摸開發一個web應用程序,我使用煎茶建築師,我想補充一個條件,我的名單itemtpl在客戶的餘額查看區別:如何在sencha架構內部使用Xtemplate?
balance>=0 --> green
balance<0 --> red
這是我的基本itemtpl:
<table width="100%"><tr>
<td>{c_name}</td>
<td width="95px">
<div style="width:95px;height:100%;background:#088cfc;text-align:center;color:#fff;">{balance}</div>
</td>
</tr>
</table>
如何添加xtemplate 使用Sencha建築師IDE並將其鏈接到我的名單?
謝謝你,
這是答案,只需使用'<' and '>'的ascii代碼'我會把它們放在這裏用空格'& g t ;'和'& l t ;' – user2005049