-
24 May 2012 11:24 PM #51
Multiple signature pad on same page
Multiple signature pad on same page
That's really a good idea and nice implementation.
Its really helpfull..... but i am a new one in this field and i have no adequate knowledge... but i want to make a page where multiple signature pad is present... but i can't do it ..... can any one help me.....please...
-
19 Jun 2012 12:54 AM #52
Hi Simon, really thanks for this awesome plugin!!
I want to use for sencha touch 2.0 so, when it will be released
-
7 Aug 2012 12:41 PM #53
complete newbie here not getting the 'plugin' loaded...
should I, besides loading the js files onto the page, also declare the path to the files in theOr is there something else im missing?Code:Ext.Loader.setConfig paths:
-
19 Aug 2012 5:18 PM #54
In order to use multiple signature pad in a single page, you have to assign the id for the canvas element dynamically. For example change the below line in initControl function from
toCode:this.canvasID = Ext.id(null, 'thecanvas'); this.cmp.html = '<canvas width="' + width + '" height="' + height + '" style="border:1px solid black;" id=' + this.canvasID + '></canvas>';
Code:this.canvasID = Ext.id(null, 'thecanvas'); this.cmp.html = '<canvas width="' + width + '" height="' + height + '" style="border:1px solid black;" id=' + this.canvasID + '></canvas>';
Last edited by chandramuralis; 19 Aug 2012 at 5:18 PM. Reason: changing the formatting
-
17 Sep 2012 6:01 AM #55
Hey Guys, I have updated the plugin to work on Sencha Touch 2.
You can find redesigned plugin and sample here https://github.com/ivanovvitaly/SignaturePadST2
You can ask me any questions involved with this plugin for the ST 2
new thread about it here http://www.sencha.com/forum/showthre...uch-2&p=888043
Similar Threads
-
Plugins vs extension
By pokerking400 in forum Ext 2.x: Help & DiscussionReplies: 6Last Post: 7 May 2008, 12:37 PM -
wRite a Plugins
By abys in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 3 Feb 2008, 12:15 PM -
[Solved]What are plugins?
By vendiddy in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 10 Jan 2008, 3:09 PM


Reply With Quote