link('quotenik/product_buildup.js', false); ?>
create('Product', array('id'=>'productaddform', 'class'=>'addproduct'));?>
input('principle_id', array('empty' => 'Choose a Principle')); echo $form->input('title', array('class' => 'required', 'title'=>'Please Enter the Title for the Product')); echo $form->input('description', array('id' => 'description', 'class'=>'ckeditor')); echo $form->input('part_number'); echo $form->input('notes'); echo $html->link('Show/Hide Costing Details', '#', array('onClick' => "Effect.toggle('costingdetails', 'appear'); return false;")); echo $html->image('calculator.png'); echo $ajax->div('costingdetails'); //echo $this->e //lement('product_costing', array('modelName' => 'Product')); echo $ajax->divEnd('costingdetails'); ?>
end(array('label' => 'Add Product')); echo $javascript->codeBlock("new Validation('productaddform', {immediate : true, useTitles : true});", array('allowCache'=>true, 'safe'=>false)); ?>