Search Type: Posts; User: navvn
Search: Search took 0.02 seconds.
-
8 May 2012 12:28 AM
Jump to post Thread: ExtJS 4: Grid Printer Plugin by navvn
- Replies
- 64
- Views
- 23,845
Any solution to make a xtype rownumberer working? Right now it outputs only {}
-
1 Dec 2011 5:54 AM
Jump to post Thread: Date field change date picker style by navvn
- Replies
- 3
- Views
- 1,000
well i dont want to change it globaly, just for one date field. When i add id to it and than try to style it i can't because id belongs to input field not to seperatly created div with picker.
-
1 Dec 2011 3:43 AM
Jump to post Thread: Date field change date picker style by navvn
- Replies
- 3
- Views
- 1,000
Is it possible to change date picker style in date field? All config options are bonded with date filed not ith a picker.
-
1 Dec 2011 1:25 AM
- Replies
- 4
- Views
- 817
REQUIRED INFORMATION Ext version tested:
Ext 4.0.2 4.1 PP
Browser versions tested against: Firefox 8.0 , newest Chrome Description: After setting mode to MULTI or SIMPLE im not able to... -
30 Nov 2011 6:29 AM
- Replies
- 3
- Views
- 950
var cellmodeld = new Ext.selection.CellModel({
mode: 'MULTI',
listeners: {
select:... -
30 Nov 2011 6:14 AM
- Replies
- 3
- Views
- 950
Is there any way to get an value of selected cell? Also is it possible to select multiple cell's?
-
30 Nov 2011 5:50 AM
- Replies
- 7
- Views
- 1,742
bump aint working for me eaither
-
28 Nov 2011 1:47 AM
Jump to post Thread: Datepicker change month listener by navvn
- Replies
- 5
- Views
- 1,760
Well its not what i meant. When datepicker is expanded there are 2 arrow on a top of it window. After pressing them u can change month fast (Previous Month / Next Month). After chaning a month i...
-
28 Nov 2011 1:32 AM
Jump to post Thread: Datepicker change month listener by navvn
- Replies
- 5
- Views
- 1,760
Is there a listener or any other way to fire an event while changing month/year in a datepicker?
-
2 Oct 2011 11:10 PM
- Replies
- 1
- Views
- 451
Im adding an extra field after a form is loaded using this code:
Ext.getCmp('employeeModulePerms').add()
but it automatically add an item to the end of a form, is it possible to chose where an... -
23 Sep 2011 12:01 AM
Jump to post Thread: Grid columns after window close by navvn
- Replies
- 1
- Views
- 424
this is a ss from site + firebug
http://imageshack.us/f/832/bladkolumn.png/28265 -
20 Sep 2011 4:18 AM
Jump to post Thread: Grid columns after window close by navvn
- Replies
- 1
- Views
- 424
After i close a window with a grid and reopen it something strange is going on when i try to get columns info
[Object { id="h1"}, Object { id="h2"}, Object { id="h3"}, Object { id="h4"}, Object {... -
5 Sep 2011 5:19 AM
Jump to post Thread: Enable drag n drop inside one grid by navvn
- Replies
- 7
- Views
- 1,656
Exacly.27859
DD inside a grid move files into those folders. Basicly when I drag the folder i want to DD plugin accept it, then i will manually start function that will move folder and refresh... -
4 Sep 2011 10:33 PM
Jump to post Thread: Problem with translation by navvn
- Replies
- 1
- Views
- 528
The part in a lang files:
if(Ext.MessageBox){ Ext.MessageBox.buttonText = { ok : "OK", cancel : "Cancel", yes : "Yes", no : "No" }; }
... -
4 Sep 2011 10:25 PM
Jump to post Thread: Contextmenu for multiple items by navvn
- Replies
- 2
- Views
- 1,310
I would like to have a context menu in a grid that allows to select multiple rows. After i click right mouse button grid automatically deselect all rows and select only one where cursor was clicked....
-
4 Sep 2011 9:54 PM
Jump to post Thread: Enable drag n drop inside one grid by navvn
- Replies
- 7
- Views
- 1,656
I already use a tree as a second component in this module. Tree list is a folder list and i can drag and drop items from a grid into a tree. But i also want to enable DD inside a grid (like Windows...
-
1 Sep 2011 12:00 AM
Jump to post Thread: Enable drag n drop inside one grid by navvn
- Replies
- 7
- Views
- 1,656
Well mate, if i setup a grid with this code
plugins: {
ptype: 'gridviewdragdrop',
dragGroup: 'organizerDD',
... -
24 Aug 2011 11:01 PM
Jump to post Thread: Enable drag n drop inside one grid by navvn
- Replies
- 7
- Views
- 1,656
I'v wrote a file manager in extjs. I have a file grid with folders in a tree. I set up DD between grid and tree but i would like to enable DD also inside a grid (drag rows that are files into a rows...
-
24 Aug 2011 10:59 PM
- Replies
- 8
- Views
- 2,026
name should look like:
<span data-qtip="your tooltip">text</span> -
24 Aug 2011 10:58 PM
Jump to post Thread: Tooltip help for dataview by navvn
- Replies
- 4
- Views
- 1,108
Just add into a tpl a code like this:
<span data-qtip="{name} bla bla">{name}<./span>
now this span will have a extjs tooltip -
24 Aug 2011 10:56 PM
- Replies
- 1
- Views
- 741
Well in tree i just simply add allowDrag: false, how can i do this in grid with dd plugin and data.view with draggable ux.
-
22 Aug 2011 10:30 PM
- Replies
- 1
- Views
- 548
So far i'v seen a lot of posts about not working components in deskop example after u try to reopen a window in it. Seems like deskope example is simply broken or a funcion responsible for closking...
-
21 Aug 2011 10:31 PM
- Replies
- 18
- Views
- 3,944
Same bug for me, i use desktop example. In one of the windows i put simple tree with json source. After i close a windo and reopen it i have an error:
me.view.el.dom is undefined if... -
17 Aug 2011 12:21 AM
- Replies
- 0
- Views
- 270
I have a grid placed in a window. After first window open grid.columns show an array with all collumns in a grid.
After i close it and reopen
grid.columns
returns:
[Object { id="h1"}, Object {... -
12 Aug 2011 4:28 AM
- Replies
- 2
- Views
- 449
bump
Results 1 to 25 of 46
