Page 169 of 211,250, showing 20 records out of 4,225,000 total, starting on record 3,361, ending on 3,380
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 13:14 | beatzombies | or <name>: |
# | Aug 7th 2008, 13:14 | teknoid | beatzombies: tab |
# | Aug 7th 2008, 13:14 | teknoid | .. type and tab |
# | Aug 7th 2008, 13:14 | beatzombies | teknoid: ah |
# | Aug 7th 2008, 13:15 | thestaff | anthony, there is actually much simpler, i changed my closing onclick by this :onclick="self.parent.window.location.reload(true);" |
# | Aug 7th 2008, 13:15 | thestaff | and that works fine |
# | Aug 7th 2008, 13:15 | thestaff | cuz it closes the thickbox and refresh the page as well |
# | Aug 7th 2008, 13:15 | beatzombies | teknoid: so i tried echo $form->checkbox('ContributorsItem.contributed'); and it still does not work |
# | Aug 7th 2008, 13:15 | beatzombies | teknoid: is there additional information i can post to help debug this? |
# | Aug 7th 2008, 13:16 | anthony | thestaff: i personally wouldn't use obtrusive javascript |
# | Aug 7th 2008, 13:16 | thestaff | why not ? |
# | Aug 7th 2008, 13:16 | tomas- | does anyone know how i might be able to get form fields that DONT fall under the 'data[Model][field]' convention? ie for ordinary raw forms (not generated by $form) |
# | Aug 7th 2008, 13:16 | thestaff | how is this obtrusive |
# | Aug 7th 2008, 13:17 | jaredhoyt | tomas-: try $this->params['form'] |
# | Aug 7th 2008, 13:17 | jaredhoyt | that might just be submission buttons though |
# | Aug 7th 2008, 13:18 | tomas- | jaredhoyt, thanks, its everything |
# | Aug 7th 2008, 13:18 | jaredhoyt | k ;) |
# | Aug 7th 2008, 13:18 | beatzombies | teknoid: here is the controller code I am using http://bin.cakephp.org/view/1338264000 |
# | Aug 7th 2008, 13:19 | atula | to declare a function that's not an action do I do function __functionname() in the controller ? |
# | Aug 7th 2008, 13:19 | francky06l | Hi Bakers :-) |