I have tried to use a text-editor for one field,
EDIT*** Sorry I was a tired retard, I tried with type=>textArea instead of type=>textarea
All fine now
Posted 09 March 2012 - 07:53 PM
Posted 10 March 2012 - 03:55 PM
Posted 11 March 2012 - 04:33 AM
Posted 11 March 2012 - 03:08 PM
Posted 11 March 2012 - 05:21 PM
Posted 11 March 2012 - 08:19 PM
Joblo, on 10 March 2012 - 03:55 PM, said:
Posted 12 March 2012 - 06:48 AM
Posted 13 March 2012 - 12:35 PM
Joblo, on 10 March 2012 - 03:55 PM, said:
Posted 13 March 2012 - 12:48 PM
Loren, on 11 March 2012 - 08:19 PM, said:
<input name="Contact[35][Phone]" id="Contact_35_Phone" type="text">
<input name="Contact[Phone][]" id="Contact_Phone" type="text">
Posted 13 March 2012 - 01:04 PM
Posted 13 March 2012 - 03:38 PM
Posted 14 March 2012 - 12:01 PM
Posted 29 March 2012 - 05:01 AM
Posted 04 April 2012 - 07:51 AM
Posted 06 April 2012 - 10:33 AM
$this->widget('zii.widgets.jui.CJuiTabs', array(
'tabs'=>array('Standard 1'=>array($this->widget('ext.multimodelform.MultiModelForm',array(
'id' => 'id_perfreviewsub2', //the unique widget id
'formConfig' => $perfreviewsubFormConfig, //the form configuration array
'model' => $perfreviewsub, //instance of the form model
//if submitted not empty from the controller,
//the form will be rendered with validation errors
'validatedItems' => $validatedPerfReviewSub,
'tableView' => true,
//array of perfreviewsub instances loaded from db
'data' => $perfreviewsub->findAll(array(
'condition' => 'performancereviewid=:performancereviewid and standardid=:standardid',
'params' => array(':performancereviewid'=>$model->performancereviewid,':standardid'=>1,),
'order' => 'standardid, elementid ' ))
))),
),
// additional javascript options for the tabs plugin
'options'=>array(
'collapsible'=>false,
),
));
Posted 28 April 2012 - 08:35 PM
Posted 28 April 2012 - 10:35 PM
Posted 29 April 2012 - 12:17 PM
Posted 29 April 2012 - 04:16 PM