-
11 May 2011 4:03 PM #1
Button on XTemplate
Button on XTemplate
Is it possible to add button on XTemplate?
-
12 May 2011 3:22 AM #2
I am trying to add button on the XTemplate, but it is not working. Is there any sample example?
Code:SubProjectTemplate = new Ext.XTemplate( "<form class='contact-detail-form'>", "<fieldset>", '<tpl for=".">', '<h4>Project Details: </h4>', : // wanted to add button here
-
12 May 2011 4:33 PM #3

May be I am trying in wrong way. In List and Dataview, it is possible.
What about in the Panel which is wrap with XTemplate?
-
13 May 2011 3:08 PM #4
I have tried different ways and it is not working. I think there is a limitation.
-
27 Apr 2012 10:13 PM #5
You can add button on XTemplate.
i used following code. Its working fine for me..Good Luck..Code:<input type="button" name="name" class="css" value="someValue" onclick="return false" >
Similar Threads
-
handler to button in Ext.XTemplate
By loadbrain in forum Ext 2.x: Help & DiscussionReplies: 14Last Post: 28 Oct 2012, 7:27 PM -
Insert button into XTemplate
By omphe in forum Sencha Touch 1.x: DiscussionReplies: 3Last Post: 14 Dec 2010, 6:19 AM -
Ext.Button XTemplate
By gianpaulo in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 18 Jul 2010, 12:01 AM -
[SOLVED] Ext.Button inside Ext.XTemplate
By cmantilla in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 4 Jul 2009, 8:06 PM



Reply With Quote