Search Type: Posts; User: illuminum
Search: Search took 0.02 seconds.
-
19 Aug 2008 8:40 PM
- Replies
- 2
- Views
- 640
actually my question is if/how to create/destroy/reconfigure or reinitialize ext objects on the fly from firebugs console. I have no trouble doing this with a leightweight loosely coupled Lin like...
-
19 Aug 2008 2:58 PM
- Replies
- 2
- Views
- 640
Does anyone know how to do this? As you all know, Firebug exists only for Firefox, but unfortunately what you may not know is that Firefox has a terrible cross-platform bug where each subsequent...
-
18 Aug 2008 8:01 AM
- Replies
- 467
- Views
- 180,449
thanks for the plugin.
using ux.tinymce 0.6 I get this error, relayed by firebug:
any help in debugging this is appreciated. I used this setup as per the default example provided.
... -
20 Jul 2008 6:12 PM
Jump to post Thread: proposed sticky by illuminum
- Replies
- 19
- Views
- 2,728
I'm sorry but I don't consider a private, read-only, privileged-access svn to be "open."
I'm not frustrated with JS. I'll tell you, I was frustrated with JS when I started Ext, under the guise... -
20 Jul 2008 5:32 PM
Jump to post Thread: proposed sticky by illuminum
- Replies
- 19
- Views
- 2,728
Whatever man. I thought I'd be the better man and humbly retreat from my offensive but now I'm retracting that action. ExtJS is loaded with holes. It's not truly open source from the GNU perspective...
-
20 Jul 2008 2:08 PM
Jump to post Thread: proposed sticky by illuminum
- Replies
- 19
- Views
- 2,728
You're right--javascript makes everyone want to pull their hair out. No excuse, except that I just took Xanax and I'm a little out of my mind at the moment. Pardon my idiocy.
-
20 Jul 2008 11:54 AM
Jump to post Thread: proposed sticky by illuminum
- Replies
- 19
- Views
- 2,728
Getting past Ext's quirks can be difficult.
There are four solutions which when combined will solve all of your problems:
1. Use Firebug to traverse objects to inspect their methods and... -
20 Jul 2008 11:47 AM
Jump to post Thread: Add Icons to Cell by illuminum
- Replies
- 5
- Views
- 1,189
nah, easier than that is just you the renderer property on your column model array columns
i.e.
[php]
[{column},{column},{columnconfiguration..., renderer:... -
20 Jul 2008 11:44 AM
- Replies
- 4
- Views
- 1,786
solution:
don't use form.submit.
use Ext.Ajax.request
or some other library's ajax -
20 Jul 2008 11:42 AM
- Replies
- 18
- Views
- 5,060
wrap it in jquery.
$((function() {
Ext.onReady(function() {
Ext.BLANK_IMAGE_URL = 'assets/ext/resources/images/default/s.gif';
... -
20 Jul 2008 10:49 AM
Jump to post Thread: combobox on 'edit' event by illuminum
- Replies
- 2
- Views
- 873
i was more referring to clicking in the cell and editing rather than a post-value-change event. my solution involved a mixture of some jquery and ext magic. if you can follow this ( :P ), this is...
-
20 Jul 2008 7:19 AM
Jump to post Thread: combobox on 'edit' event by illuminum
- Replies
- 2
- Views
- 873
Does anyone know how to capture an edit/value-change event on a combobox? Either out-of-the-box functionality or better yet a suggestion on how I might implement this trigger myself?
-
14 Jul 2008 8:51 AM
- Replies
- 2
- Views
- 802
yeah I looked there too. the closest semblance of whatever might be controlling the highlight is this
Ext.extend(ApiPanel, Ext.tree.TreePanel, {
selectClass : function(cls){
... -
14 Jul 2008 8:45 AM
- Replies
- 2
- Views
- 802
Solution:
Add this to your tree nodes' (tree node not panel) configurations:
listeners: {
click: {
... -
11 Jul 2008 6:57 AM
- Replies
- 4
- Views
- 804
ok, no problem. Thanks Animal.
-
11 Jul 2008 4:33 AM
- Replies
- 4
- Views
- 804
Is it possible to prevent the Viewport from automatically rendering until I manually call the render method? If not, can someone say so? If so, can someone let me know how?
-
9 Jul 2008 3:33 AM
- Replies
- 116
- Views
- 52,773
Makes sense. A new pattern to add to my utility-belt--thanks.
-
8 Jul 2008 6:45 PM
- Replies
- 116
- Views
- 52,773
how come you (apparently) don't need to instantiate the plugin with the new keyword? I'm about to try this plugin out, this just seemed weird to me.
-
8 Jul 2008 5:32 PM
- Replies
- 8
- Views
- 1,865
I'm baffled. One last thing to try would be to write a simple bare-bones implementation--in particular, instead of using the 'renderTo' property try this approach:
(copy and paste this)
var... -
8 Jul 2008 2:40 PM
- Replies
- 6
- Views
- 3,056
new and improved
Ext.ux.plugins.FitToContainer = function(options) {
// Takes options hash with following specifications:
// var options = {
// container: container_el
//... -
8 Jul 2008 11:03 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by illuminum
- Replies
- 133
- Views
- 78,315
in terms of sheer utility, this is probably one of the most valuable user extensions ever created.
-
8 Jul 2008 9:40 AM
- Replies
- 5
- Views
- 2,510
Figured it out
this.navigation.test = new Ext.form.ComboBox({
id: 'select_arabic_test',
emptyText: 'Select: Arabic Font',
title: 'Arabic Font',
store:... -
8 Jul 2008 4:18 AM
- Replies
- 8
- Views
- 1,865
that's weird because your code -- more or less your code -- worked just fine for me:
var quicktip = new Ext.QuickTip({
title: "Using the goal editor...",
html: "Using the goal editor... -
8 Jul 2008 4:04 AM
- Replies
- 1
- Views
- 913
I'm considering proposing to my supervisor that we obtain an ExtJS license to expedite support. What kind of license should I be looking at for a non-profit educational institution (NCSA at UIUC)? So...
-
8 Jul 2008 4:02 AM
- Replies
- 5
- Views
- 2,510
bump--
maybe I'll find the solution myself, I'm about to browse the community learning center--but in the meanwhile... ?
I wonder what my super's reaction would be to a proposal to license extjs....
Results 1 to 25 of 110
