Resources for the DotNetNuke Community
Support this site
The attributes for the [TEMPLATEPRINT] SkinObject are assigned in the same way as the attributes for the core SkinObjects ([TITLE], [VISIBILITY],...)
On the Container.xml you can use these new attributes:
Here is an example of how this could be used in the xml file:
<Objects> <Object> <Token>[TEMPLATEPRINT]</Token> <Settings> <Setting> <Name>PrintIcon</Name> <Value>MyPrintImage.gif</Value> </Setting> <Setting> <Name>Template</Name> <Value>MyPrintSkin</Value> </Setting> <Setting> <Name>Container</Name> <Value>MyPrintContainer</Value> </Setting> <Setting> <Name>ToolTip</Name> <Value>Print this!</Value> </Setting> <Setting> <Name>Text</Name> <Value>Printer friendly version</Value> </Setting> <Setting> <Name>CssClass</Name> <Value>MyStyle</Value> </Setting> </Settings> </Object></Objects>