Search Type: Posts; User: findajit
Search: Search took 0.02 seconds.
-
7 May 2013 9:07 PM
- Replies
- 1
- Views
- 249
Look at Sencha.io User service which offer Registration and Authentication service for Sencha Touch as well as ExtJS.
-
31 Mar 2013 11:47 PM
- Replies
- 140
- Views
- 72,759
Please visit http://www.facebook.com/pages/Sencha-India-Group/181924591954953 Facebook page of Sencha Group and http://www.facebook.com/events/141870345989849/ is the event that we would have in Pune...
-
31 Mar 2013 11:43 PM
- Replies
- 140
- Views
- 72,759
Hi all,
http://www.facebook.com/pages/Sencha-India-Group/181924591954953 is the Facebook page for the Sencha India Group. All the events are announced here.
Cheers
Ajit -
27 Feb 2012 7:34 AM
- Replies
- 5
- Views
- 854
@pramod,
I would recommend you set the title after the panel is rendered as shown in the below code:
var pnl1 = Ext.create('Ext.panel.Panel',{
title: 'Panel 1',
html:... -
31 Jan 2012 3:01 AM
- Replies
- 6
- Views
- 676
please past your code and mention the ExtJS version where you have the problem
-
30 Jan 2012 12:19 AM
- Replies
- 6
- Views
- 676
@smkkiran,
Change the definition to
Ext.define('ddr.Chart', {
extend : 'Ext.draw.Component',
title : 'Welcome!',
viewBox : false,
initComponent : function() { -
28 Jan 2012 10:12 PM
- Replies
- 8
- Views
- 1,852
Please paste an example code to reproduce this problem!
-
28 Jan 2012 10:11 PM
- Replies
- 5
- Views
- 1,478
@Travisrowland,
While the workaround is okay, can you paste an example code, which can reproduce the issue? -
28 Jan 2012 9:50 PM
- Replies
- 5
- Views
- 701
@Buzzword,
Try using Ext.form.FieldContainer. Here is the code using which you can get an icon appearing next to the text field and handle the click on it:
var image = Ext.create('Ext.Img', {... -
28 Jan 2012 9:13 PM
Jump to post Thread: Dynamicaly panel by findajit
- Replies
- 2
- Views
- 383
@stoneboy
Can you please elaborate on your need? Or can you attach a screenshot of what you are looking for? -
28 Jan 2012 9:10 PM
- Replies
- 1
- Views
- 409
This is not supported, out-of-the-box in ExtJS 4. Look into the drawAxis method of the Ext.chart.axis.Axis class to see how the 'left' and 'right' positions are handled and you may get the hint to...
-
28 Jan 2012 9:04 PM
Jump to post Thread: Writing custom MessageTargets by findajit
- Replies
- 3
- Views
- 372
Look at the Ext.form.FieldContainer class.
-
28 Jan 2012 8:50 PM
- Replies
- 6
- Views
- 676
@smkkiran,
Can you paste the class definition which you have defined by extending the draw component? Also, paste the code to show how you are instantiating and adding it to the Window. -
28 Jan 2012 8:43 PM
- Replies
- 4
- Views
- 1,954
You might be better of creating the <img> tag and returning that from the renderer. Intercept the click handler on the grid and see if the target contains the image. If so, call the handler function...
-
28 Jan 2012 5:19 AM
- Replies
- 2
- Views
- 424
@new2extjs
Typical steps are:
1. From the UI, make an Ajax call to read the config object from the database
2. In the success callback, instantiate the appropriate ExtJS component by passing... -
19 Jan 2012 8:04 PM
- Replies
- 13
- Views
- 2,703
To take advantage of the 20% discount on the e-book, add the e-book to the cart and enter ak20sen in the promotional code field and then click the 'update' button to apply the...
-
17 Jan 2012 9:59 PM
- Replies
- 15
- Views
- 1,401
@Atul,
You shall use the following code with 4.0 as there are changes in 4.0.7 and due to that you were getting the 'getScopePartent is undefined' error:
doConstrain : function() {
... -
17 Jan 2012 9:51 PM
- Replies
- 15
- Views
- 1,401
I am sure you would...and excuse me if I have got you wrong, but trust me...for various practical reasons it does not make sense to use the alpha/beta versions of the framework irrespective of the...
-
17 Jan 2012 9:26 AM
- Replies
- 15
- Views
- 1,401
Move to 4.0.7 ( I would not recommend 4.1 Beta right now) and let me know if you have any issue!
-
17 Jan 2012 2:09 AM
- Replies
- 15
- Views
- 1,401
@Atul,
What is the version of ExtJS you are using? I tested my code in 4.0.7 -
16 Jan 2012 9:31 AM
- Replies
- 9
- Views
- 2,767
@atul,
could you get through the issue? -
16 Jan 2012 5:41 AM
Jump to post Thread: Checkbox fires by findajit
- Replies
- 2
- Views
- 611
Here is how you can achieve it:
Ext.create('Ext.form.Panel', {
renderTo: Ext.getBody(),
items: [{
xtype: 'checkbox',
boxLabel: 'Check This',
listeners: {
... -
16 Jan 2012 5:17 AM
- Replies
- 15
- Views
- 1,401
@Atul,
The problem I see is that the menu implementation removes the height that you specify and then has got its own logic to calculate the height. Look at the following code inside the... -
12 Jan 2012 4:14 AM
Jump to post Thread: align Grid Headers verically by findajit
- Replies
- 10
- Views
- 1,046
Yes. You can override Ext.toolbar.Paging and implement the following methods:
moveFirst
moveNext
movePrevious
moveLast
doRefresh
With this you shall be able to take care of specific... -
12 Jan 2012 2:39 AM
- Replies
- 13
- Views
- 2,703
@Digeridoopoo,
I just heared from the publisher that the problem with the code download has been resolved and you shall be able to download it now!
Results 1 to 25 of 57
