다음과 같은 코드가 있다고 가정 해 보겠습니다.extjs에서 xtype 값을 얻는 방법?
{
xtype : 'textfield',
xxxx : 'firstname',
//I just need a method to return xxxx's value(which is firstname)
yyyy : this.hypothetical_get_xxxx_value()}
}
쓸모없는 것처럼 보일 수 있지만 일부 구성 개체의 값을 가져와야합니다. 그것을하는 방법?