0
我要求在textfield前面顯示一個符號,並在末尾顯示.00,下面是我正在使用的代碼,但不知道如何去做。顯示textfield前後的符號/圖標
xtype:"textfield",
fieldLabel: 'Total Anticipated Mkt Val',
labelStyle:'font-weight:bold;',
name:"totalAnticipatedMarketValue",
id: 'totalAnticipatedMarketValue',
style:{color:'#0a4374',fontSize:'10px',fontWeight:'',textAlign:'left'}
謝謝kevhaender。 – SKS