CJuiButton value not working

I use the following code, but the value does not populate. Any ideas why?




						<?php $this->widget('zii.widgets.jui.CJuiButton', array(

							'name'=>'galleryButton',

							'value'=>'asd',

							'onclick' => 'js:function(){alert("yes");}',

						));?>



~thinkt4nk

Meh… whatever. I just used plain ol’ jquery-ui. Not even worth trying to figure out.

If somebody wonders, this got fixed in 1829