| Author |
Messages |
|
emaynard Posts:31
 |
| 04/25/2007 7:21 AM |
|
Is there documentation for the TabbedContent, ModuleContent, PaneContent tags? The doc file I have does not have any usage info on these. thanks, -eric |
|
|
|
|
host Posts:93
 |
| 04/25/2007 7:29 AM |
|
Documentation is being gathered for MB 4.5
We basically just wanted to get the RC to subscribers early so that they could check to see if their feature requests had been incorporated, fixed, etc. and to test those out.
|
|
|
|
|
bcorn Posts:2
 |
| 06/28/2007 4:51 PM |
|
Without any documentation, I'm struggling with the correct way to use a ModuleContent tag. I have one set up within the Template Footer for my Module, but the Module I am expecting to be displayed as a child is still showing up as a stand-alone Module within the page as opposed to a contained Module within my new Module. Can you provide any code snippets of how this should be done? I've reviewed the source on your Demo pages, but this is not helping. It actually seems as if you are hiding both the Module's content (using the ShowModuleContent javascript) AND the containing TD (display:none). Any help would be much appreciated. Thanks! Brian |
|
|
|
|
SoCanI Posts:47
 |
| 07/02/2007 7:19 AM |
|
| Make sure that the module you are trying to hide, is above the module you are trying to show it in and see if that fixes things for you. It could be a matter of order moduels are being rendered in. |
|
|
|
|
|