[mochikit] Re: Adding an image to an existing page

2006-03-16 Thread Bob Ippolito
On Mar 16, 2006, at 11:18 AM, Jorge Godoy wrote: Hi! Through AJAX I'm generating some results and also an image file that I want to show on the web page. The results are appearing but nothing about the image... I can see that the browser fetched it and it was returned

[mochikit] Re: Adding an image to an existing page

2006-03-16 Thread Bob Ippolito
On Mar 16, 2006, at 11:36 AM, Jorge Godoy wrote: Bob Ippolito [EMAIL PROTECTED] writes: There is no appendChildNode function in MochiKit. There is an appendChildNodes function. appendChildNode is a DOM node method (which is probably defined on the global window object, which is why

[mochikit] Re: Adding an image to an existing page

2006-03-16 Thread Jorge Godoy
Bob Ippolito [EMAIL PROTECTED] writes: That happens as soon as you create an IMG node (or Image instance), not when it is inserted into the document. Back in the DHTML days we used that to preload rollovers and other nonsense like that :) Sometimes people also use that feature as a one

[mochikit] Re: MochiKit Documentation - Off topic?

2006-03-16 Thread Leonardo Soto M.
Thomas Hervé wrote: It would be nice if the boxes were links to each module class or method, I don't understand... You mean adding links between classes of the same module ? Or methods resulting in other objects should point to that classes ? I mean, clicking on the box associated with

[mochikit] encodedString.replace not a function in Base.js

2006-03-16 Thread EuGeNe
Hi All, Playing with var args=MochiKit.Base.parseQueryString(linkelement); where linkelement='http://wiki/pmwiki.php?n=Main.WikiSandbox?log_month=200602' I get an error telling me that in Base line 1165 encodedString.replace is not a function. If I call parseQueryString on

[mochikit] Re: encodedString.replace not a function in Base.js

2006-03-16 Thread Bob Ippolito
On Mar 16, 2006, at 1:01 PM, EuGeNe wrote: Hi All, Playing with var args=MochiKit.Base.parseQueryString(linkelement); where linkelement='http://wiki/pmwiki.php?n=Main.WikiSandbox? log_month=200602' I get an error telling me that in Base line 1165 encodedString.replace is not a

[mochikit] Re: Mochi Drag and Drop?

2006-03-16 Thread Beau Hartshorne
I was looking into this today as well, but I think the YUI library may be a better starting point. On 16-Mar-06, at 5:52 PM, Leo wrote: Is there a work in progress on making a drag drop extension to Mochi? I've rewritten chunks of DOM-Drag (http://www.youngpup.net/2001/domdrag) to