
function Redx_Ajax_Action_setValue(){this.execute=function(){var element=this.getObj();element.value=this.getValue();};}
Redx_Ajax_Action_setValue.create=function(){return new Redx_Ajax_Action_setValue();}
Redx_Ajax_Action_setValue.prototype=new Redx_Ajax_Action_Base();
