TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
BKS Saha
NA
44
18.6k
How to create ExtJS elements with dynamic id ExtJs 3.0?
Apr 19 2018 2:08 AM
At a time in function need to pass with id and without id(null).Static it is working but how i will make this in dynamic. Here winCreatePand is model window id.
{ xtype:
'button'
,
text:
'Generate'
,
id:
'btnGenerate'
,
width:
65
,
style:
'margin-left: 10px'
,
handler: function()
{ PandDataProvider.GetPandId();
PandDataProvider.GetPandId(
'winCreatePand'
);
},
scope:
this
}
Reply
Answers (
0
)
Upcasting and Downcasting
How to generate OTP ,send to phone and ValidateUsing Swings.