Search Type: Posts; User: krycek
Search: Search took 0.02 seconds.
-
29 Mar 2011 4:19 AM
- Replies
- 1
- Views
- 1,008
Isn't it in the this.extractorFunctions call? If it is, I noticed the same bug. It's true for me when the number of fields of the model is different from the number of fields in the returned...
-
16 Mar 2011 6:19 AM
Jump to post Thread: Ext.tree.TreePanel by krycek
- Replies
- 6
- Views
- 2,258
Will the TreePanel support infinite scrolling as the Grid does?
-
30 Apr 2008 8:49 PM
- Replies
- 8
- Views
- 2,461
Really cool.
Looks like the delete action only works if there are two photos opened. -
25 Apr 2008 8:44 PM
- Replies
- 106
- Views
- 52,318
tintin, just see your extension.
Great great work.
Congratulations!
=D>=D> -
14 Apr 2008 5:45 AM
Jump to post Thread: Ext.ux.Notification by krycek
- Replies
- 109
- Views
- 87,606
Really cool!
Here is a code to be put into examples/toastwindow to test it:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta... -
18 Mar 2008 5:02 AM
Jump to post Thread: ExtJS headers by krycek
- Replies
- 2
- Views
- 3,612
Exactly what I wanted... thank you, obbakilla.
-
18 Mar 2008 3:37 AM
Jump to post Thread: ExtJS headers by krycek
- Replies
- 2
- Views
- 3,612
hi,
I'm using the request headers to define the format of the response. With Prototype, Mootools, Dojo a XMLHTTPRequest contains "text/javascript" in the HTTP Accept header, Extjs doesn't.
Where... -
13 Mar 2008 4:06 AM
- Replies
- 4
- Views
- 3,615
<script type="text/javascript" src="create-grid.js"></script>
do i need to copy this file from somewhere else? -
12 Mar 2008 4:20 PM
- Replies
- 64
- Views
- 14,368
What about an option "direction" that could be "horizontal", "vertical" and "both"?
I asked about the container parameter because it could be set in the selector too.
But your extension will... -
12 Mar 2008 11:32 AM
- Replies
- 64
- Views
- 14,368
ohh... the parameter "queryString" is an selector to define which elements will be registered?
if so, is "container" param really necessary? -
12 Mar 2008 11:19 AM
- Replies
- 64
- Views
- 14,368
I don't know what do you mean with "accidentally moved left". The way that I've test it you can configure the direction ("vertical" or "horizontal") in the css. So you can have, for example, 8 <li>'s...
-
12 Mar 2008 5:01 AM
- Replies
- 64
- Views
- 14,368
I have changed a function in your extension to work with horizontal and vertical without any parameter:
onNodeOver : function(n, dd, e, data)
{... -
10 Mar 2008 4:48 PM
- Replies
- 64
- Views
- 14,368
hi,
does it work just for vertical dd? -
4 Mar 2008 4:49 AM
- Replies
- 3
- Views
- 1,570
I had the same understanding about the children att.
TreeNode should handle children too. -
28 Feb 2008 12:16 PM
Jump to post Thread: Intercepting all ajax requests by krycek
- Replies
- 3
- Views
- 1,241
Thank you, rachidonrails. That's exactly what I wanted! :)
-
28 Feb 2008 6:52 AM
Jump to post Thread: Intercepting all ajax requests by krycek
- Replies
- 3
- Views
- 1,241
I want to intercept all requests to test if the response isn't asking for login. If it is, do something about it.
Which method/class I need to overwrite to intercept all requests?
or is there a... -
22 Jan 2008 4:55 PM
Jump to post Thread: I love it by krycek
- Replies
- 5
- Views
- 1,968
Hey Animal, looks like you have fans
hehe -
21 Jan 2008 5:13 AM
Jump to post Thread: Ext.superExtend by krycek
- Replies
- 11
- Views
- 4,474
Great!!
Suggestions:
Ext.superExtend("Ext.ux.MyPanel", {
superclass: Ext.Panel,
mandatory: { items, another_one },
defaults: { -
17 Jan 2008 10:59 AM
Jump to post Thread: FormPanel inside FormPanel by krycek
- Replies
- 4
- Views
- 1,308
thank you, mizzory.
i'll try it :) -
17 Jan 2008 9:47 AM
Jump to post Thread: FormPanel inside FormPanel by krycek
- Replies
- 4
- Views
- 1,308
no? anyone?
-
15 Jan 2008 12:32 PM
Jump to post Thread: FormPanel inside FormPanel by krycek
- Replies
- 4
- Views
- 1,308
Hi all,
I have a form design problem that hope you can help me with.
I have a window with one FormPanel with 4 tabs. But I want the 2nd tab to have another FormPanel.
i.e.:... -
11 Jan 2008 12:14 PM
- Replies
- 6
- Views
- 2,210
Yeap, I have a form I made that has some textfields that do what you said.
I've tested in IE6. So it's not just IE7. -
8 Jan 2008 10:12 AM
Jump to post Thread: MAC OS X Theme by krycek
- Replies
- 46
- Views
- 31,483
really really great! =P~
-
7 Jan 2008 11:42 AM
Jump to post Thread: [SOLVED] "uncollapsible" node by krycek
- Replies
- 2
- Views
- 900
Using "beforecollapsenode" works.
Thank you, Condor. -
4 Jan 2008 7:59 PM
- Replies
- 2
- Views
- 1,655
You can use a 'textfield'.
From docs:
inputType : String
The type attribute for input fields -- e.g. radio, text, password (defaults to "text").
Results 1 to 25 of 96
