Hedley Roos wrote:

> The easiest way is to use replaceHTML or replaceInnerHTML to replace
> the entire <input> with a new value attribute.

Right. But this should happen server-side. There is no way to do 
computation with KSS.

> 
> If your input had focus then it is more difficult, since replacing the
> tag will mean losing focus. In such a case you will have to write your
> own plugin.
> 
> Hedley

There is a 'focus' action that you add as a second action : it will be 
executed after the replaceHTML.

-- 
Godefroid Chapelle (aka __gotcha) http://bubblenet.be
_______________________________________________
Kss-devel mailing list
Kss-devel@codespeak.net
http://codespeak.net/mailman/listinfo/kss-devel

Reply via email to