Search Type: Posts; User: cgoss
Search: Search took 0.01 seconds.
-
18 Sep 2007 2:02 PM
Jump to post Thread: Grid Editor's iFrame input issue by cgoss
- Replies
- 9
- Views
- 3,373
We're experiencing the same issue with 1.0.1a. We've found that to recover, you can switch applications a second time, and the iFrame recovers (field is editable again) when you return to the...
-
7 Aug 2007 7:02 AM
- Replies
- 17
- Views
- 19,350
I solved this the old fashioned way - with a window.confirm() prompt. Here's my code:
var saveBeforeCloseFn = function(lr,cp,e) {
if(frm.isValid()) {
//save the content
} else {
//if... -
2 Aug 2007 12:47 PM
Jump to post Thread: Bug in Ext.menu.TextItem by cgoss
- Replies
- 5
- Views
- 2,083
I ran into the same problem when using the FilteredGridView, but neither of these code fixes worked correctly. However, I solved it by just adding a disabled menu item:
menu.add({text:'text... -
11 Jul 2007 3:36 PM
Jump to post Thread: Safari ignores column hidden by cgoss
- Replies
- 1
- Views
- 838
We're having the same problem. Bump.
-
29 Jun 2007 6:28 AM
Jump to post Thread: tree getNodeByProperty by cgoss
- Replies
- 2
- Views
- 3,292
Thanks Animal, that does the job. I didn't notice this because the paradigm of Ext is to hang node functions on the nodes themselves, as opposed to the tree like Yahoo does. Ext makes more sense in a...
-
28 Jun 2007 11:42 AM
Jump to post Thread: tree getNodeByProperty by cgoss
- Replies
- 2
- Views
- 3,292
Thought I'd share this helpful function that Yahoo supports in their tree that I've adapted for use in Ext.
/**
* Returns a node that has a matching property and value in the data
* object... -
28 Jun 2007 10:06 AM
- Replies
- 4
- Views
- 4,376
Just one suggestion - It could be something weird with my CSS, but is is pretty much default from the examples, but I was seeing a border around the field when I clicked on the buttons or text. I...
-
28 Jun 2007 7:41 AM
- Replies
- 4
- Views
- 4,376
Just wanted to let you know, this worked great for me as well!
Thanks for sharing:) -
27 Jun 2007 2:47 PM
Jump to post Thread: HTML tree node by cgoss
- Replies
- 0
- Views
- 780
I've looked all over, but cannot find an example of a treeNode with HTML in the label. I need to display multiple lines of information in the label of a node. Basically, I need an equivalent of a...
-
18 Jun 2007 7:23 AM
- Replies
- 4
- Views
- 1,534
This works great! I did add one line to the code:
Ext.form.Field.prototype.setValue = function(v){
this.value = v;
if(this.rendered){
v = (v === null || v === undefined ? '' :... -
15 Jun 2007 10:40 AM
- Replies
- 4
- Views
- 1,534
bump
-
14 Jun 2007 5:59 AM
Jump to post Thread: new Ext.form field type - MiscField by cgoss
- Replies
- 33
- Views
- 46,395
Hey, this worked great, thanks for posting it. I added a few modifications for my application and to make it easier to change existing TextFields to MiscFields:
In the Extend function:
/**
*... -
8 Jun 2007 6:40 AM
Jump to post Thread: No Docs Generated by cgoss
- Replies
- 16
- Views
- 13,346
Thanks, didn't notice those at first. Docs would still be nice though...
-
7 Jun 2007 12:27 PM
- Replies
- 1
- Views
- 669
Ok, so a co-worker of mine pointed out the tmpl.applyTemplate(attr) function. This does exactly what I am needing to do, without using markup().
-
6 Jun 2007 1:21 PM
- Replies
- 1
- Views
- 669
We have been using dh.createTemplate() with the apply function in our app, and it works great! However, now I have need to use those same templates with the dh.markup() function to return a simple...
-
5 Jun 2007 6:24 PM
Jump to post Thread: No Docs Generated by cgoss
- Replies
- 16
- Views
- 13,346
Since the docs do not build properly, the docs folder is empty, thus no index.html file to view examples. Any ideas on how to see some examples of 2.0 in action?
-
5 Jun 2007 8:54 AM
- Replies
- 2
- Views
- 2,359
Thanks for the quick response, and I think we're on the right track here, but it seems that the target.findParent('marker-class') call does not work correctly.
Here is the cell renderer code:
... -
4 Jun 2007 2:54 PM
- Replies
- 2
- Views
- 2,359
I have been trying to generate a table that has multiple click-able divs within each cell. I have a function from a previous code version that, given the div of the cell, will use DomHelper templates...
Results 1 to 18 of 18
