Example #1
0
?>
        
            <?php 
$this->renderPartial('/site/_BSTextFieldWidget', array('form' => $form, 'fieldName' => 'price', 'model' => $model, 'explanationText' => ''));
?>
        
            <?php 
$this->renderPartial('/site/_BSTextAreaWidget', array('form' => $form, 'fieldName' => 'product_summary', 'model' => $model, 'rows' => '5', 'explanationText' => ''));
?>

            <?php 
$this->Widget('TagWidget', array('form' => $form, 'fieldName' => 'tag', 'model' => $model, 'explanationText' => ''));
?>
        
            <?php 
$this->renderPartial('/site/_BSListBoxWidget', array('form' => $form, 'fieldName' => 'new_event_arr_id', 'model' => $model, 'explanationText' => '', 'option' => Event::getListDataForAllEventAvailable()));
?>
        
            <?php 
if ($model->product_catagory_enum == GroupProduct::BOOK) {
    ?>
                
                <?php 
    $this->renderPartial('/site/_BSTextFieldWidget', array('form' => $form, 'fieldName' => 'book_inner_page_materia', 'model' => $model, 'explanationText' => ''));
    ?>
        
            <?php 
    $this->renderPartial('/site/_BSTextFieldWidget', array('form' => $form, 'fieldName' => 'book_outer_page_materia', 'model' => $model, 'explanationText' => ''));
    ?>
        
            <?php