Chicagoland CFUG
10 April 2013
Chicagoland CFUG 10 April 2013 Steve Withington Director of - - PowerPoint PPT Presentation
Chicagoland CFUG 10 April 2013 Steve Withington Director of Education & Events / Application Engineer at Blue River Interactive Group CFML Developer & cf.Objective() Steering Committee Member ...but Im also a Front-End
Chicagoland CFUG
10 April 2013
Blue River Interactive Group
Member
content managers and developers alike
(pickock.github.com/bootstrap-magic)
Codekit, Simpless, Crunch
can use plain old CSS in your .less file while you ramp up
that you configure
requests and rendering the include html
(Custom Content Types)
(Think “Fieldsets”)
(Think “Form Elements”)
Theme-Based Site Configuration
config.xml.cfm
<theme> <extensions> <extension type=”Page” subType=”Product”> <attributeset name=”Product Info”> <attribute name=”productDescription” label=”Product Description” hint=”Enter a description.” type=”HTMLEditor” defaultValue=”” required=”false” validation=”” regex=”” message=””
<!-- you can create more attributes here --> </attributeset> </extension> </extensions> </theme>
#$.content(‘title’)# OR #mura.content(‘title’)#
[mura]$.content(‘menuTitle’)[/mura]
extensions!
$.content(‘myField’)