Re: html5 css3 in cakephp

2012-05-23 Thread Jeremy Burns | Class Outfit
echo $this->Html->css( 'iphone', 'stylesheet', array( 'media' => 'only screen and (max-device-width: 480px)' ) ); Jeremy Burns Class Outfit http://www.classoutfit.com On 23 May 2012, at 07:14:23, Ethan Lim wrote: > But one issue is css3 media quer

Re: html5 css3 in cakephp

2012-05-23 Thread Ethan Lim
But one issue is css3 media query. If i do in cakePHP $this->Html->css('iphone'); but the original tag is how do you replicate the same tag using cakePHP Html Helper? On Thursday, June 9, 2011 12:57:58 PM UTC+8, Krissanawat Kaewsanmu

Re: html5 css3 in cakephp

2011-06-09 Thread Sam Sherlock
BakingPlate has 'plus' helpers to enable this https://github.com/ProLoser/BakingPlate/blob/master/views/helpers/form_plus.php the form_plus helper extends the core form helper - S On 9 June 2011 14:28, Thiago Elias wrote: > Today we were trying to implement hrml5 forms, where you can set

Re: html5 css3 in cakephp

2011-06-09 Thread Thiago Elias
Today we were trying to implement hrml5 forms, where you can set some new properties to each field to create an interesting client side validation but Cake wasn't able to handle these new properties using form helper. Atenciosamente, *Thiago Elias Rezende Silva* 2011/6/9 taqman filler > tha

Re: html5 css3 in cakephp

2011-06-08 Thread taqman filler
thank for quick reply I try to learn that both 2011/6/9 Jeremy Burns | Class Outfit > CakePHP just creates and renders HTML, so it doesn't care what version of > HTML or CSS you use. My sites use HTML5/CSS3 perfectly. > > Jeremy Burns > Class Outfit > > jeremybu...@classoutfit.com > http://www.c

Re: html5 css3 in cakephp

2011-06-08 Thread Jeremy Burns | Class Outfit
CakePHP just creates and renders HTML, so it doesn't care what version of HTML or CSS you use. My sites use HTML5/CSS3 perfectly. Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 9 Jun 2011, at 05:57, taq wrote: > cakephp is complatible for css3 and html5 or

html5 css3 in cakephp

2011-06-08 Thread taq
cakephp is complatible for css3 and html5 or not somebody these capabilities include sub used or not. thank -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP r