Log message #109605

# At Username Text
# Aug 7th 2008, 11:37 tesh teknoid: ah, it gives the input a class already!? I've been trying to work out how to do that for myself!! thanks for that!
# Aug 7th 2008, 11:36 teknoid tesh: input.form-error { border: 1px solid red; }
# Aug 7th 2008, 11:32 loki_racer haha........i could load the js from the component that is loading the data for each element, but that means our designers would need to touch components and as of right now they only open the /app/view folder
# Aug 7th 2008, 11:32 tesh hi, I want to display a red border around a form input if validation fails - how would I do that
# Aug 7th 2008, 11:32 ADmad loki_racer: all i can say is you need to figure out a way to work around this limitation :)
# Aug 7th 2008, 11:30 jYeckel i though array('between' => array(1,2)) shoudl work
# Aug 7th 2008, 11:30 loki_racer each of those elements has its own js that I only want to load when it is loaded
# Aug 7th 2008, 11:30 jYeckel to include the condition type
# Aug 7th 2008, 11:30 jYeckel thanks man i didnt think of renaming the key field
# Aug 7th 2008, 11:30 loki_racer Admad: I'm writing a CMS and need to be able to load and unload elements(widgets) on any page in any column on the page
# Aug 7th 2008, 11:30 ADmad jYeckel: :)
# Aug 7th 2008, 11:29 ADmad *from layout.. damm typos
# Aug 7th 2008, 11:29 jYeckel you rox ADmad :D
# Aug 7th 2008, 11:29 ADmad loki_racer: if an element if being called form layout it means its most likely being called all the times.. so just put the script in head directly... or in an if block
# Aug 7th 2008, 11:28 loki_racer painful
# Aug 7th 2008, 11:28 ADmad loki_racer: afaik
# Aug 7th 2008, 11:28 ADmad loki_racer: no
# Aug 7th 2008, 11:28 jYeckel one sec
# Aug 7th 2008, 11:28 jYeckel hmm
# Aug 7th 2008, 11:28 loki_racer ADmad so there is no way to have an element called from the layout to load js files into the <head>?
# Aug 7th 2008, 11:27 ADmad jYeckel: "Resource.month BETWEEN ? AND ?" => array(3,12)
# Aug 7th 2008, 11:27 jYeckel yeah i just cant figure out how to do a between in a where
# Aug 7th 2008, 11:25 jYeckel nope :(
# Aug 7th 2008, 11:25 jYeckel wait i think i got it :D
# Aug 7th 2008, 11:22 jYeckel http://pastie.org/249274 updated my pastie with the generated sql wondering what i can do to fix the betweens i tried to assign my mont an array( 'between' => array('1','2')) but didnt work
# Aug 7th 2008, 11:22 ADmad loki_racer: cause cake need to put the script tag into $scripts_for_layout before the render of layout starts.... so when u put the call in layout or its element rendering of layout has already started..
# Aug 7th 2008, 11:22 loki_racer glad you guys helped me figure it out, now just want to understand why js link only works via the view file
# Aug 7th 2008, 11:21 franko okay, will try without the CVS files, cheers
# Aug 7th 2008, 11:21 loki_racer haha....i'm not mad
# Aug 7th 2008, 11:21 _psychic_ loki_racer: take it easy
# Aug 7th 2008, 11:21 _psychic_ if you've got files there from CVS that's bad
# Aug 7th 2008, 11:21 loki_racer why the hell is that
# Aug 7th 2008, 11:21 loki_racer bunk
# Aug 7th 2008, 11:21 _psychic_ franko: still got the same error after you cleare the files?
# Aug 7th 2008, 11:21 ADmad loki_racer: not with inline false...
# Aug 7th 2008, 11:20 franko psychic: deleting the tmp/cache/*/* files on the server...
# Aug 7th 2008, 11:20 loki_racer so you can't have layout->element->element to include js?
# Aug 7th 2008, 11:20 loki_racer oh damn
# Aug 7th 2008, 11:20 _psychic_ franko: what didn't work?
# Aug 7th 2008, 11:20 ADmad loki_racer: look pal just make sure that statment is in a view or in an element which is called by a view and it will surely work..
# Aug 7th 2008, 11:20 loki_racer that does not work but when layout calls right_column and calls element info it is capable of including the js files