Search Type: Posts; User: burn
Search: Search took 0.02 seconds.
-
31 Oct 2010 5:09 AM
- Replies
- 7
- Views
- 2,596
Solution found: http://ext.ensible.com/forum/viewtopic.php?f=3&t=16
Transitional and loose doc types are not explicitly supported (they aren't supported by Ext JS either). They also aren't... -
29 Oct 2010 9:27 AM
- Replies
- 7
- Views
- 2,596
Found another bug when using calendarPanel inside another panel, happens only in Firefox 3.6 (WORKS FINE with latest Chrome, didn't test on anything else). When the calendar panel is nested in a...
-
5 Jul 2010 12:58 PM
- Replies
- 2
- Views
- 1,388
This is back guys, just had to apply the override to get rid of the problem in Ext 3.2.1
-
26 May 2010 5:55 AM
Jump to post Thread: [new version] DateTime Field by burn
- Replies
- 834
- Views
- 312,130
Hi Saki,
just reporting a small problem that I found with the extension (which is superb, ty!). If the field is rendered in a form panel which is rendered as a tab in a tabpanel, which in turn is... -
22 Apr 2010 6:03 AM
- Replies
- 10
- Views
- 1,366
Very nice stuff, I integrated it in my system and it almost works (I render forms in windows and they can contain a mix of tabpanels/fieldsets/columns):
1) Had to remove the clear:both; style... -
14 Apr 2010 8:19 AM
- Replies
- 4
- Views
- 1,844
You can only put together Ext.form.* components inside a compositeField, at the moment.
Going as far as to creating a compositeField that contains grids is probably beyond what I can find useful,... -
18 Mar 2010 5:05 AM
- Replies
- 6
- Views
- 4,816
This works just fine
.x-grid3-row td,
.x-grid3-summary-row td,
.x-grid3-cell-text,
.x-grid3-hd-text,
.x-grid3-hd,
.x-grid3-row {
-moz-user-select: text !important; -
2 Aug 2007 2:19 AM
Jump to post Thread: Congrats on 1.1 Release! by burn
- Replies
- 5
- Views
- 1,641
Yay!! Gratz Jack & co.!
-
2 Aug 2007 2:15 AM
Jump to post Thread: WebSite Quotes by burn
- Replies
- 47
- Views
- 26,126
I adopted Ext back when 0.33 Alpha was released. To my surprise I didn't have to change a single line of code all the way through to version 1.0.1 stable. This should tell a lot about the engineering...
-
11 Jul 2007 4:29 AM
Jump to post Thread: IRC anyone? by burn
- Replies
- 21
- Views
- 17,393
Good call, joined too!
-
11 Jul 2007 4:14 AM
- Replies
- 87
- Views
- 34,754
Been missing for 3 weeks or so and look what's up and running! Great, astonishing job Jack & co.!
You guys simply rule! As usual! -
23 May 2007 8:57 AM
- Replies
- 909
- Views
- 338,372
Hey Saki, great job! I only have one bullet to shoot: dragging the floating panels around in the live demo affects the document body, causing scrollbars to appear. It would be nice if drag could have...
-
10 May 2007 3:39 PM
- Replies
- 10
- Views
- 4,919
KUDOS!!!!!
I can't even begin to understand the syntax here:
var retval = method.apply(this || window, arguments);
fcn.apply(scope || this || window, [retval]);
But what it does is... -
10 May 2007 2:40 AM
- Replies
- 8
- Views
- 2,589
This is an example on how to work out file uploads along with other fields. Please be aware that a hidden <iframe> is employed to handle file uploads, so you won't be able to track the response from...
-
4 May 2007 5:56 AM
Jump to post Thread: Assign "Value" to Checkbox? by burn
- Replies
- 30
- Views
- 24,471
Bug or missing feature, it is indeed what I expected it to do as well, maybe Jack will "fix" it. The information pertaining whether or not it should be checked is present in the config option...
-
4 May 2007 5:49 AM
Jump to post Thread: Assign "Value" to Checkbox? by burn
- Replies
- 30
- Views
- 24,471
I'm afraid I can't help you with that, I don't determine if a radio or checkbox is checked at Javascript level. My forms' JS is build by server side scripts, so it's easy for me to appen "checked:...
-
4 May 2007 4:40 AM
- Replies
- 15
- Views
- 9,822
Great example Wolf, but please readers be aware of a mistake in the above code:
save = simple.addButton('Save', function() {
simple.submit({
waitMsg: 'Processing Data,... -
4 May 2007 4:01 AM
Jump to post Thread: Assign "Value" to Checkbox? by burn
- Replies
- 30
- Views
- 24,471
Nevermind, the config option "checked : Boolean" does the purpose.. I shouldn't post on the forums too early in the morning and with caffeine levels too low.. :)
-
4 May 2007 3:56 AM
Jump to post Thread: Assign "Value" to Checkbox? by burn
- Replies
- 30
- Views
- 24,471
Hey Jack, I've got a problem with that.. inputValue does indeed cause the form to submit my value as I need it to be (In this case "True" instead of "on"), problem is when I load up the form and...
-
26 Apr 2007 9:21 AM
- Replies
- 3
- Views
- 1,076
Yes indeed, but since the layout I was updating by mistake existed for real in my script it didn't throw any exception whatsoever :) The nastiest kind of bugs.. hehe
-
26 Apr 2007 2:39 AM
Jump to post Thread: how to add a paging toolbar by burn
- Replies
- 3
- Views
- 958
This example is pretty easy to read and implement: http://extjs.com/deploy/ext/examples/grid/paging.html
I never used that kind of source for the dataStore before, but I guess the data is returned... -
24 Apr 2007 4:42 PM
- Replies
- 25
- Views
- 7,236
Any chances we can get this fix officially into the trunk and for all the themes with two additional position options for the tabs config? Such as:
tabPosition: top
tabPosition: bottom... -
18 Apr 2007 3:11 PM
- Replies
- 1
- Views
- 1,081
5 hours later.. digging and finding nothing, in the .js files provided by the examples in which Jack was doing what I wanted to do, I decided that the code had to be somewhere else. Thanks to Firebug...
-
18 Apr 2007 10:17 AM
- Replies
- 1
- Views
- 1,081
Hello guys, can anyone enlighten me on how to apply a qtip template to a treePanel generated via treeloader?
My code:
var fileTree = function(){
var filesMenu = new... -
18 Apr 2007 6:31 AM
- Replies
- 3
- Views
- 1,076
Solved, it was indeed a bug in my code, I was updating the wrong layout and there was an extra layout.beginUpdate(); in it.
if(!layout.findPanel('detail-'+propertyId)){
layout.beginUpdate();...
Results 1 to 25 of 30
