Search Type: Posts; User: CPliskin
Search: Search took 0.03 seconds.
-
14 Jan 2009 12:00 AM
- Replies
- 12
- Views
- 7,332
Very impressive!
-
7 Oct 2008 10:32 AM
Jump to post Thread: FileSaveAs Dialog by CPliskin
- Replies
- 8
- Views
- 1,982
You can't handle such kind of response using JS.
I'm creating hidden iframe and navigating it to download url.
I've modified my code to show you example and hadn't tested it.
function... -
10 Jul 2008 10:12 PM
- Replies
- 12
- Views
- 20,281
I've needed this function to support linebreaks in text and work with IE/FF.
I've ended up with following code. May be it will save some time for someone.
Ext.ns('CC');
CC.util =... -
3 Jun 2008 10:25 AM
- Replies
- 1
- Views
- 887
Hello!
After rev. 2170 ClickRepeater causes bug when DateField placed on window shown under DropZone.
Picker will work fine when it's shown first time and prev/next month buttons clicked.
If... -
29 Apr 2008 4:06 AM
- Replies
- 72
- Views
- 26,874
Hello!
Amazing idea :)
The only thing that I've fixed in your code - is the registration in parent form to make isValid/loadRecord form's methods handle appended fields.
... -
18 Mar 2008 10:58 AM
- Replies
- 3
- Views
- 1,364
I'm using slightly modified version of this method.
I've fixed different width of input and textarea in IE quirks mode (forgot to give this fix in first post, sorry).
Index:... -
18 Mar 2008 6:39 AM
- Replies
- 3
- Views
- 1,364
Index: D:/Work/Goodies/ext2.0/src/widgets/form/Field.js
===================================================================
--- D:/Work/Goodies/ext2.0/src/widgets/form/Field.js (revision 1782)
+++... -
8 Mar 2008 5:25 AM
Jump to post Thread: Form Field Modes (Discussion) by CPliskin
- Replies
- 4
- Views
- 1,449
User can't copy info from field when it's disabled.
I've implemented view functionality with masking of controls with div styled with high z-index.
There was a lot of problems: fields in tabs... -
29 Feb 2008 10:10 AM
Jump to post Thread: New function in BaseForm by CPliskin
- Replies
- 6
- Views
- 2,120
Have You tried to set trackResetOnLoad: true on your form?
-
29 Feb 2008 7:31 AM
Jump to post Thread: New function in BaseForm by CPliskin
- Replies
- 6
- Views
- 2,120
I'm using beforerowselect event in selection model + other events such as request of the other page, window unload, etc. to call form's isDirty before the requested action is done.
-
29 Feb 2008 6:40 AM
Jump to post Thread: New function in BaseForm by CPliskin
- Replies
- 6
- Views
- 2,120
Have you seen isDirty method of BasicForm?
-
27 Feb 2008 12:00 PM
- Replies
- 6
- Views
- 9,101
I had same issues on < 2.3 revisions of yui-compressor. It was encoding issue in my case.
Try to add "--charset utf-8" or replace utf-8 with appropriate encoding. -
16 Feb 2008 11:38 AM
- Replies
- 103
- Views
- 68,848
Nice job!
The only things that would be nice:
1. My laptop has 1280x768 resolution and in messages list I only have 1 message in default application settings.
2. Preferences window isn't usable... -
16 Feb 2008 12:52 AM
- Replies
- 2
- Views
- 970
Hi!
I'm not sure which component you are creating with this config. :) Possibly it's Ext.form.Field with incorrect inputType. :)
You have to use xtype: 'checkbox' to create Ext.form.CheckBox.
... -
5 Feb 2008 4:26 AM
- Replies
- 6
- Views
- 4,265
I've fixed white background with this css included.
I think that transparent background is more correct for PLAIN config option.
/* fix for plain option in Ext.TabPanel */... -
28 Dec 2007 2:20 AM
- Replies
- 3
- Views
- 1,279
I'm removing 'name' attribute after component render if necessary.
It works fine.
I don't think that confirmation fields is the best example.
I had to remove this attribute when I've created my... -
16 Dec 2007 10:45 AM
- Replies
- 4
- Views
- 2,296
I'm using plugin from ext-2.0 distribution with only fix I provided.
Renderer code:
money: function (v, p, record){
p.attr = 'style="text-align:right"';
v =... -
16 Dec 2007 6:29 AM
- Replies
- 4
- Views
- 2,296
No. It works fine with only template modification.
-
14 Dec 2007 2:17 AM
- Replies
- 4
- Views
- 2,296
Hello!
I've just found that GroupSummary plugin included in samples breaks grid renderers possibility to set attr on grid cell.
The following fix solves the problem.
Index:... -
15 Nov 2007 1:20 AM
Jump to post Thread: CC.grid.GridSummary by CPliskin
- Replies
- 5
- Views
- 5,040
I'm using the following scheme:
My command handlers subscribed on Ext.Ajax's requestcomplete.
I'm sending data for grid and adding command to set grid summary data into the response.
Command... -
9 Nov 2007 4:00 AM
- Replies
- 105
- Views
- 89,933
Hi!
You are the greatest :)
I've needed to create SSL authentication request in my application and I think that I've found solution :) -
8 Nov 2007 5:29 AM
Jump to post Thread: Date *and* Time picker? by CPliskin
- Replies
- 10
- Views
- 9,031
Hi!
I've created 'timefield' for my needs.
Screenshot is available in attachment.
You will need this pieces of js & css included.
Added:
oops. :-) it's Ext 2.0. But it worked in 1.1 with... -
22 Oct 2007 11:51 PM
Jump to post Thread: CC.grid.GridSummary by CPliskin
- Replies
- 5
- Views
- 5,040
Hello!
I've needed a summary in grid that has no grouping.
So I've adjusted Ext.grid.GroupSummary to work with Ext.grid.GridView.
I'm using paging on grid so I don't need to calculate summary on... -
22 Oct 2007 11:34 PM
Jump to post Thread: extending BasicForm by CPliskin
- Replies
- 1
- Views
- 816
Hi!
You can extend BasicForm using following definition:
Ext.form.MyForm = function(el, config){
// add construction logic here
// I think that you need to use array or... -
9 Oct 2007 4:49 AM
Jump to post Thread: Ext 2.0 GUI Builder [Update] by CPliskin
- Replies
- 183
- Views
- 128,594
It's simply greatest and musthave utility for ExtJS ever, mate!
Results 1 to 25 of 25
