Search Type: Posts; User: sheynkman
Search: Search took 0.03 seconds.
-
23 Dec 2006 10:01 AM
- Replies
- 8
- Views
- 3,435
try
{
newcell = this.celltempl.append(row,{col: colIndex, lst: lst, val: val},true);
}
catch(err) {
alert(err.description);
}
if (newcell) {... -
23 Dec 2006 7:44 AM
- Replies
- 8
- Views
- 3,435
Of course it should not be getEl... I posted my Nth iteration of hacking this thing.
Still no return if it's
newcell = this.celltempl.append(row,{col: colIndex, lst: lst, val: val},true);
... -
22 Dec 2006 2:29 PM
- Replies
- 8
- Views
- 3,435
YAHOO.ext.grid.HMParameterGridView = function() {
YAHOO.ext.grid.HMParameterGridView.superclass.constructor.call(this);
this.celltempl = new YAHOO.ext.DomHelper.Template('<span class="ygrid-col... -
22 Dec 2006 4:42 AM
- Replies
- 8
- Views
- 3,435
I am setting the options "return Element" parameter true on template append. It never seems to return anything, but the text renders just fine.
this.celltempl = new... -
15 Dec 2006 8:17 AM
Jump to post Thread: BasicDialog.destroy by sheynkman
- Replies
- 1
- Views
- 2,074
Is it just me, but it seems the BasicDialog.destroy function with TRUE parameter to destroy the element, destroys the element and removes it form the Dom, but leaves the proxy and the shim divs. The...
-
10 Dec 2006 12:43 PM
- Replies
- 7
- Views
- 5,296
Thanks, jack. That did it. SHIMS.
-
10 Dec 2006 9:44 AM
- Replies
- 7
- Views
- 5,296
I think it's an issue not just with Firefox, but Firefox on the Mac (which happens to be my development platform :) ). True for both 1.5 and 2.0 FF.
Would hate to exclude us Mac people :) -
10 Dec 2006 9:02 AM
- Replies
- 7
- Views
- 5,296
Unusually, something works great in IE and not in FF (2.0). I am dynamically popping up a dialog (layout and regular) over an existing layout that has a region with scrollbars.
For some reason (I... -
8 Dec 2006 11:29 AM
- Replies
- 6
- Views
- 7,120
The main site has migrated to the YUI/RAILS version and is now available:
http://www.housemath.us
The UI was positively received, especially by several old friends from Silicon Valley, supposedly... -
1 Dec 2006 6:35 PM
- Replies
- 6
- Views
- 7,120
Getting rid of prototype -- thought about it. It would mean re-writing the Ajax helpers that are included with rails to use the YUI way of doing Ajax. I know about the cycles :?
Since most of... -
1 Dec 2006 2:22 PM
- Replies
- 6
- Views
- 7,120
I am enclosing a note I sent Jack explaining the site. He encouraged me to post it on the blog. The old version (PHP) has been up for a year. The new version - YUI-ext/Ruby/Rails if brand new and...
-
26 Sep 2006 6:50 AM
Jump to post Thread: Some issues with new grid.... by sheynkman
- Replies
- 1
- Views
- 2,689
I have been integrating yui-ext with Ruby/Rails and love the library. With the right "helpers" (rails term), this thing will make coding really sweet.
I have used another grid in the past, but...
Results 1 to 12 of 12
