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