Search Type: Posts; User: milanz
Search: Search took 0.02 seconds.
-
18 Mar 2012 11:54 AM
- Replies
- 16
- Views
- 2,527
Sorry about that. I got sucked into an urgent project to implement a payment gateway this weekend. It will probably be faster to just call me and we can discuss it instead of writing up long threads....
-
16 Mar 2012 12:37 PM
- Replies
- 16
- Views
- 2,527
I wanted to give you a good answer, but all of the sudden a really slow day turned into a really crazy day. I'll try to respond back later this evening. Sorry about that.
-
16 Mar 2012 10:57 AM
- Replies
- 16
- Views
- 2,527
Im just out to lunch... but i think i have a solution for you. Give me an hour. ;-)
-
16 Mar 2012 10:00 AM
- Replies
- 16
- Views
- 2,527
Here are your options as I see them.
1) First of all I would ask whether you are loading the nodes on demand or if you are loading the entire hierarchy on initial load? If you are not loading the... -
6 Feb 2012 12:28 AM
- Replies
- 1
- Views
- 362
I've been implementing the Portal example located here:
http://dev.sencha.com/deploy/ext-4.0.7-gpl/examples/portal/portal.html
I have been trying to figure out what the purpose of the classes.js... -
29 Jan 2012 2:06 PM
- Replies
- 2
- Views
- 1,360
I know this is old, but it still might help someone using Ext4. In the portal.js example just add a method like this and call it from a button or something:
addPanel : function()
{
... -
13 Sep 2011 11:22 AM
- Replies
- 5
- Views
- 993
Confirmed. Check out the examples page and type in gibberish that returns no results for another example:
http://dev.sencha.com/deploy/ext-4.0.2a/examples/form/forum-search.html -
13 Sep 2011 10:43 AM
- Replies
- 6
- Views
- 1,302
That's the thing about ExtJS. It expects you to use its layout managers which handle the scrolling issues for you. So therefore I don't really think it's a bug. But I have had cases where I wanted to...
-
22 Aug 2011 2:30 PM
- Replies
- 1
- Views
- 599
I have searched the forum and haven't found anyone else reporting this bug, so here we go:
How to reproduce:
Ext.widget('window', {
modal: true,
height: 400,
width: 400, ... -
14 Aug 2011 8:40 AM
- Replies
- 7
- Views
- 3,266
You just saved me a whole load of time.
I was also trying to get it to work, thinking I'll just create a method stub (not thinking to add any arguments to the method). Added an argument to the... -
1 Apr 2011 11:02 PM
Jump to post Thread: ExtJS Classic released! by milanz
- Replies
- 1
- Views
- 1,459
Finally a toolkit that makes our IE6 users feel right at home. Where do I enter my credit card information?
-
19 Mar 2011 10:14 PM
- Replies
- 36
- Views
- 49,051
Sorry I don't have much time to investigate whether this is my problem (since I have modified your implementation over time) or if this is a problem in the original code base; however, I just wanted...
-
4 Mar 2011 8:19 PM
Jump to post Thread: Drag & Drop Grid by milanz
- Replies
- 11
- Views
- 4,072
I ran into the same problem. Here is my solution. Just attach the target on the afterrender event:
new Ext.grid.GridPanel({
listeners: {
scope: this,
... -
25 Feb 2011 3:41 PM
- Replies
- 6
- Views
- 5,560
What I do is add a focus and blur event and implement some logic to switch the input type from password to text.
i.e. Ext.getDom('txtPassword').type = "text"; -
12 Oct 2010 2:59 PM
Jump to post Thread: How become profeshional in Web by milanz
- Replies
- 10
- Views
- 1,186
Touché. I also understand your perspective. My point wasn't to be pretentious.
-
12 Oct 2010 2:11 PM
- Replies
- 4
- Views
- 1,753
Nothing built in that I know of. But I've used the following in conjunction with ExtJS. Just do a little customization:
Javascript Cropping script:... -
12 Oct 2010 1:38 PM
Jump to post Thread: How become profeshional in Web by milanz
- Replies
- 10
- Views
- 1,186
I very much agree with Animal's comment. If there was a book that can teach you how to be a professional web developer, many of us wasted many many years in University :)
-
12 Oct 2010 11:47 AM
- Replies
- 2
- Views
- 817
First - I hope this thread does not violate any of the forum rules. This is not a job request or advertisement per se and relates to ExtJS development.
We are looking for a business partner... -
30 Jun 2010 11:45 AM
- Replies
- 1
- Views
- 1,301
Result should be an array of objects:
{"type":"rpc","tid":5,"action":"Menu","method":"getTree","result":[{"id":"id","type":"class","text":"Name","code":"WEB401","leaf":false,"expanded":true}]}
... -
30 Jun 2010 10:22 AM
- Replies
- 0
- Views
- 1,467
I've been converting my entire project to use Ext.Direct over the last couple of days. I must say I really love the Direct implementation; however, sometimes the documentation is a bit sparse...
-
28 Feb 2008 11:17 AM
- Replies
- 8
- Views
- 3,225
It probably didn't work because I was using Ext v1.02 and posted the code in a v.2 topic area. 8-|
DigitalSkyline, absolutely brilliant -- thanks for taking the time to make improvements. -
28 Feb 2008 5:59 AM
Jump to post Thread: Defaulting a remote ComboBox by milanz
- Replies
- 12
- Views
- 4,706
You got it. There isn't anything else. Just override the function by adding it to your JS (it doesn't matter where you put the override if you are using Ext's onReady for the rest of your code).
... -
27 Feb 2008 9:21 PM
Jump to post Thread: Defaulting a remote ComboBox by milanz
- Replies
- 12
- Views
- 4,706
Here is a dirty little example in the ZIP attachment. I hope this helps you. Let me know and keep the thread going as this should be built in functionality.
Cheers,
Milan -
11 Feb 2008 11:49 AM
Jump to post Thread: Defaulting a remote ComboBox by milanz
- Replies
- 12
- Views
- 4,706
Here is what I came up with. P.s. It's untested and works for my purpose. Please give feedback.
1. I have overridden the BasicForm's setValue method which is called then you load a form. I check... -
4 Jan 2008 7:29 PM
- Replies
- 2
- Views
- 3,223
When using a NumberField in a grid editor, on afteredit the leading zero's are dropped. I was wondering if there is any known way to prevent this. In the meantime I will look into putting together a...
Results 1 to 25 of 44
