[Helma-user] wrapping renderSkin

Stefan Rinner rist at mac.com
Wed Jan 3 17:16:56 CET 2007


On Jan 3, 2007, at 4:53 PM, Michael Platzer wrote:

> hi hannes,
> we talked about this a while ago, but i missed to take notes back  
> then.
> maybe you can provide me the answer here on the list again.
> the plan is to implement paul's skin debugging feature (which he
> provided a patch for helma some time ago) directly in javascript, by
> defining a renderSkin, resp renderSkinAsString-method in JS, which
> mainly calls Helma's internal renderSkin-method.
> so, how do i call Helma's internal renderSkin-method in a HopObject
> method named 'renderSkin'?

quoting a mail from August 2006:

 >>maybe it would be useful to be able to access the original  
functions _in
 >>any case_ as __href__ &c.?

 >Should be easy to do this yourself:
 >
 >if (!HopObject.prototype.__href__)
 >   HopObject.prototype.__href__ = HopObject.prototype.href;


- stefan


More information about the Helma-user mailing list