Search Type: Posts; User: stevenvegt
Search: Search took 0.04 seconds.
-
22 Jan 2008 1:47 AM
- Replies
- 7
- Views
- 13,525
Thanks Animal, I managed to do it on the following way:
(some code for people dealing with the same question :) )
Ext.onReady(function(){
viewport = new Ext.Viewport({
autoshow:true,... -
21 Jan 2008 6:59 AM
- Replies
- 7
- Views
- 13,525
Ah, thanks :), that explains a lot. Can you advise me how to accomplish the following:
I want to dynamically add panels to the viewport, without changing the layout. East, west, south and north... -
21 Jan 2008 6:19 AM
- Replies
- 7
- Views
- 13,525
Hi,
I'm trying to add panels to a viewport on the fly, but the are not showing up.
Here's my code (mostly copied from the examples):
Ext.onReady(function(){
viewport = new Ext.Viewport({... -
18 Jan 2008 5:15 AM
- Replies
- 16
- Views
- 11,977
You can do this by setting the amount to 7 and set the date value of the picker to the 3rd.
For instance:
picker.amount = 7;
picker.setValue(new Date())
I optimized the... -
16 Jan 2008 7:10 AM
- Replies
- 16
- Views
- 11,977
I extended your extension: When you hold the shiftkey you can select more days or weeks. In my project it wasn't necessary to select more than one month, but it is easy to add this functionality. ...
-
15 Jan 2008 4:49 AM
- Replies
- 16
- Views
- 11,977
Thanx for this extension. I use it in a calendar application. I found a small bug:
When in selectionMode == 'day' the chosen day isn't selected. Fixed when you change this line of code:
return... -
17 Dec 2007 5:06 AM
Jump to post Thread: Tricky custom dd question by stevenvegt
- Replies
- 0
- Views
- 614
Hi Folks,
I've got a problem with a custom dd implementation on a grid. The thing i'm trying to accomplish is a sort of calendar where I can move events around. An event is a div placed in a div... -
14 Nov 2007 2:07 AM
- Replies
- 1
- Views
- 727
I've got troubles with getting information from a form nested into a tabpanel. My layout code looks like this:
var dialog = new Ext.Window({
layout: 'fit',
modal: true,
shadow:...
Results 1 to 8 of 8
