geoklee wrote ...

> I think to customize or hide the heading (i.e. Events due to
> event_controller in my app) I need to dig deep in the AS source code
> or is there a method I can add in my source code to do that.  Nothing
> is obvious to me right now.  Thanks.

To change the heading, use the label config setting:
http://wiki.github.com/activescaffold/active_scaffold/api-list

To hide it, you might be able to set the label to an empty string or
you might need to override the CSS (apply additional selector
qualifications as necessary for the particular page):

.active-scaffold-header h2 { visibility: hidden; }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to