Search Type: Posts; User: tkg1
Search: Search took 0.02 seconds.
-
24 Nov 2010 12:35 AM
- Replies
- 2
- Views
- 344
Hi again...
I have some News to that... the Host of the Post/Get-receiving Server differs from the Portal-Hostname where the JS is located.
So the URL for the AJAX-Call contains a... -
23 Nov 2010 8:29 AM
Jump to post Thread: Urgent: Export to Excel - IE7 by tkg1
- Replies
- 10
- Views
- 1,977
oh i see... sorry have not read right... :)
another idea we allready used is to fake an excel-file... it's realy a bad workaround, but it does what it should... you can create a csv-file. but... -
23 Nov 2010 6:19 AM
- Replies
- 2
- Views
- 344
Some additional Information:
...this Code...
var sSession = "Hallo";
var sessionUrl = "http://10.8.102.56:8000/ibis/servlet/IBISHTTPUploadServlet/SessProvTest";
Ext.Ajax.request({
... -
23 Nov 2010 4:26 AM
Jump to post Thread: Urgent: Export to Excel - IE7 by tkg1
- Replies
- 10
- Views
- 1,977
Hi,
for only serversided excel-creation i used successfully this script:
https://github.com/edspencer/Ext.ux.Exporter
works great for me, hope for you, too.
regards,
tk -
23 Nov 2010 4:23 AM
- Replies
- 2
- Views
- 344
Hi *
impressed by this post: http://www.davidpirek.com/blog/extstatemanager-server-backup-session-provider i wanted to create a server sided session manager, too.
as you can see david sets the... -
22 Nov 2010 5:47 AM
Jump to post Thread: Header Row Menu by tkg1
- Replies
- 4
- Views
- 791
Hope this helps someone...
Created a new View-Type with the option to add custom buttons to menu and bind custom functions to it.
Also it has the possibility to enable or disable this functions for... -
22 Nov 2010 2:12 AM
Jump to post Thread: Header Row Menu by tkg1
- Replies
- 4
- Views
- 791
Thanks too, ...
but how to en- or disable this for some columns... so how to show a menuoption only in some columns or at least only enable them in some columns???
any idea...
thought about... -
18 Nov 2010 6:24 AM
Jump to post Thread: Change Header of a Rendered Grid by tkg1
- Replies
- 2
- Views
- 465
Worked like a charm... thanks a lot!!!
-
18 Nov 2010 2:23 AM
Jump to post Thread: Use Ctrl+tab for tabpanelchange by tkg1
- Replies
- 1
- Views
- 457
Just to let you know, so you dont think, i havent tried it...
I tried...
var map = new Ext.KeyMap(document, [{
key : [9],
ctrl : true,
... -
18 Nov 2010 1:58 AM
Jump to post Thread: Use Ctrl+tab for tabpanelchange by tkg1
- Replies
- 1
- Views
- 457
Hi *...
anyone knows if it is possible to use ctrl+tab for changing the panel of a tabpanel and preventing browser changing its tabs?
Thanks a lot,
tk -
18 Nov 2010 1:46 AM
Jump to post Thread: Change Header of a Rendered Grid by tkg1
- Replies
- 2
- Views
- 465
Hi @all,
anyone knows if it is possible to change the header of a allready rendered Grid, without having to create a new columnmodel or reload data inside of the grid?
I Allready changed it by... -
21 Oct 2010 5:32 AM
Jump to post Thread: Grid Performance by tkg1
- Replies
- 4
- Views
- 987
the livegrid polls data "live" in the background if i understood its aim right...
but i have a package of data that can only be polled at once, should be edited and then sent, so i cant poll... -
21 Oct 2010 5:28 AM
Jump to post Thread: Grid Performance by tkg1
- Replies
- 4
- Views
- 987
Hi,
thanks for your response, i allready thought about that, but i've forgot to mention... its an Editorgrid, so all data needs to be in grid and cant be loaded "live"... any idea for that?
Thanks... -
19 Oct 2010 1:23 AM
Jump to post Thread: Grid Performance by tkg1
- Replies
- 4
- Views
- 987
Hi at all,
in a project we need to use Ext 2.2 and cant do an update of that.
Now i've got performance-issues with a large grid...
Are there any hints to boost that without pagination, as... -
17 Oct 2010 8:23 AM
Jump to post Thread: Preset Datefieldmonth by tkg1
- Replies
- 1
- Views
- 459
hoped it would help to set the value of the field, to a day in the next month and then back to "" but it didnt..
any idea someone? -
15 Oct 2010 6:09 AM
Jump to post Thread: Preset Datefieldmonth by tkg1
- Replies
- 1
- Views
- 459
Hi,
we got a datefield that is set with min and maxvalue to start and end of currentmonth + 1month
Now, when the user wants to select a date, he gets the current month with all days disabled... -
15 Oct 2010 3:53 AM
Jump to post Thread: Drag window out of displayarea by tkg1
- Replies
- 2
- Views
- 539
OK solved it on my own :)
for those who'd like to know:
initDraggable : function(){
this.dd = new Ext.Window.DD(this);
this.dd.onDrag = function(e){
... -
15 Oct 2010 3:43 AM
Jump to post Thread: Drag window out of displayarea by tkg1
- Replies
- 2
- Views
- 539
Hi together,
i got a simple app with an window, it has no renderTo. Its just the hidden window.
On buttonclick i show or hide it.
It should be draggable, but its possible to drag it out of the... -
13 Oct 2010 11:12 PM
- Replies
- 9
- Views
- 1,643
It really does, thankss!!!!
The Problem was the 'Proxy-Connection-Timeout': 1
i really dont know why, but it gets lost in the display...
if i use 'ProxyConnectionTimeout': 1 it works...... -
13 Oct 2010 5:32 AM
- Replies
- 9
- Views
- 1,643
but it doesnt if i do a grid.getStore().load().
the store has a proxy:
proxy: new Ext.data.HttpProxy({
url: gridstoreurl,
method: 'POST'
}),
and a... -
13 Oct 2010 12:00 AM
- Replies
- 9
- Views
- 1,643
Hi,
I got almost a likely problem.
I want to add a certain Header to EVERY Call, to every store.load().
I think they are also controlled by Ext.Ajax aren't they?
So I do the following:
...
Results 1 to 21 of 21
