Created
October 4, 2011 21:46
-
-
Save farmerbradllc/1262924 to your computer and use it in GitHub Desktop.
Layout Navigation Portlet with Custom Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="aui-w30 portlet-column portlet-column-last" id="column-2"> | |
| $velocityPortletPreferences.setValue("portlet-setup-show-borders", "false") | |
| $velocityPortletPreferences.setValue("root-layout-type", "absolute") | |
| $velocityPortletPreferences.setValue("bullet-style", "main") | |
| $velocityPortletPreferences.setValue("header-type", "root-layout") | |
| $velocityPortletPreferences.setValue("root-layout-level", "1") | |
| $velocityPortletPreferences.setValue("included-layouts", "all") | |
| $velocityPortletPreferences.setValue("nested-children", "1") | |
| $velocityPortletPreferences.setValue("display-style", "[custom]") | |
| $theme.runtime("71_INSTANCE_MAIN", "", $velocityPortletPreferences.toString()) | |
| $velocityPortletPreferences.reset() | |
| </div> |
mohammadhejazii
commented
Dec 9, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment