2013年5月8日 星期三

For Extjs,Label font and background of Panel

1.set font for label object:

                   {
                            xtype: 'label',
                            anchor: '100%',
                            id: 'lblStatusOfSelectedSbjGrp',
                            margin: '5 5 5 5',
                            text: '....',
                            style:'font-size:14px;color:#936;'
                        }
2.set background of panel,請用「bodyStyle」屬性:
ex:
  bodyStyle: "background-image:url(/onlineregsys/Images/Green_PreRegForm.png) !important"

         以上

沒有留言:

張貼留言