John McClain wrote:
1) Is there any documentation/tutorials on best practices in setting
up a site and using the taglibs??
The examples are fairly decent. Not sure what you mean by "best
practices" though.
2) Is there a book about Magnolia CMS usage and development?
None that I know of yet.
3) Using the cmsu:simpleNaviagation tag, I see that you can use the
'style' attribute to apply a class to the first <UL> tag that's rendered,
but what do you use for child <UL> tags??
You shouldn't need it. CSS allows for selectors in the definition like:
.vNavLinks ul {
/* style info here */
}
This allows you to apply style to all decendent ul tags of tags with the
class vNavLinks. Personally I would actually apply an id attribute to a
wrapper div tag and then use that in your css definition -- like:
#vNavLinks ul {
/* style info */
}
4) I am noticing that in the administrator, there are a bunch of pages
that all get rendered as p[art of navigation in the cmsu:simpleNavigation
menu. How do I get the tag ot only display the pages listed in the admin
console that are related to my website, instead of all the pages in the
admin console?
cmsu:simpleNavigation iterates through the pages in the website tree.
The extra pages you are referring to wouldn't happen to be the samples
would they? You should delete those in building your own site.
Have a great day!
[EMAIL PROTECTED]
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------
--David
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------