Show
Ignore:
Timestamp:
12/07/2007 09:17:50 PM (13 months ago)
Author:
Shadowhand
Message:

Changes to Forge:

  • Resurrected and fixed up Form_Hidden
  • Changed Form_Hidden handling in Forge::call
  • Updated /forge_demo with hidden and Form_Dateselect demos
Files:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Form_Hidden.php

    r1452 r1461  
    99        ); 
    1010 
    11         protected $protect = array('type'); 
     11        protected $protect = array('type', 'label'); 
    1212 
    13         protected function html_element() 
     13        public function html() 
    1414        { 
    1515                $data = $this->data; 
    16  
    17                 unset($data['label']); 
    1816 
    1917                return form::hidden($data);