Fx.CustomProp = new Class({
Extends: Fx,
initialize: function(element, options) {
this.element = document.id(element);
this.parent(options);
},
set: function(current) {
//my stuff!!!!
}
});
On Sep 17, 3:38 pm, "Chilian C." <[email protected]> wrote:
> some idea, how-to?
