The code below is working for me. Basically,
1. The whole thing is a struct with "class" and "properties" keys
2. The "properties" key is also a struct
3. The "links" sub key becomes an array of structs with "desc" and "href" keys
I tried to paste into pastebin but the whitespace was way off. So I
hope sending it by email is at least decent in appearance.
- Gabriel
***
{
class = "coldbox.system.interceptors.coldboxSideBar",
properties = {
yOffset = "",
isScroll = "",
slideSpeed = "",
waitTimeBeforeClose = "",
links = [
{
desc = "ColdBox API",
href = "
http://www.coldboxframework.com/api/"
},
{
desc = "ColdBox Credits",
href =
"
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbCredits"
},
{
desc = "ColdBox SideBar Help",
href =
"
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbSideBar"
}
],
width = "",
visibleWidth = "",
imagePath = "",
imageVAlign = "",
cssPath = ""
}
},
> --
> You received this message because you are subscribed to the Google Groups
> "ColdBox: A ColdFusion Framework" group.
> To post to this group, send email to
col...@googlegroups.com
> To unsubscribe from this group, send email to
>
coldbox-u...@googlegroups.com
> For more options, visit this group at
>
http://groups-beta.google.com/group/coldbox
> For more information, visit
http://www.luismajano.com/projects/coldbox
> For Documentation, visit
http://ortus.svnrepository.com/coldbox/trac.cgi