Answer the question
In order to leave comments, you need to log in
Yii 1.* button text not showing?
<?php
if (empty($master))
$this->widget('zii.widgets.jui.CJuiButton', array(
'name' => 'b_started',
'caption' => 'Очистить',
'htmlOptions' => array(
'style' => 'height:32px;',
'class' => 'shadowbutton'
),
'onclick' => 'js:function(){document.getElementById("started").value=""; this.blur(); return false;}',
)
);
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question