Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Welcome to NYSERDA's Public Knowledge Base

This platform is intended to provide additional guidance and training resources for our external partner communities when supporting a NYSERDA program. These program guides focus heavily on the applications NYSERDA utilizes to help manage our programs and provide additional clarity on what your specific roles and responsibilities are. To learn how to use this platform, please access the Training link below. If you have questions or issues with specific content, or would like to see additional content, please reach out to your program manager.

How to use this site

UI Button
colorblue
icontext
titleClean Energy Communities
urlhttps://knowledge.nyserda.ny.gov/display/PUBLIC/Clean+Energy+Communities
 
UI Button
colorblue
icontext
titleStandards & Quality Assurance
urlhttps://knowledge.nyserda.ny.gov/display/PUBLIC/Standards+and+Quality+Assurance


HTML
   <style type="text/css">
      #title-text { display: none;}
	 .rwui_button { background-color: #0073A4;}
	 .rwui_button:hover { background-color: #002D72;} 
   </style>


HTML
<script type="text/javascript">
var sidebar = AJS.sidebar('.aui-sidebar');

// Try to expand the sidebar.
if (sidebar.isCollapsed()) {
    sidebar.expand();
}

// Listen to collapse events.
sidebar.on('collapse-start', function () {
    console.log('Sidebar is collapsing!');
});

sidebar.on('collapse-end', function () {
    console.log('Sidebar is now collapsed!');
});

// Event delegation for custom interactions.
sidebar.$el.on('click', '.clone', function (e) {
    if (sidebar.isCollapsed()) {
        e.preventDefault();
        cloneDialog.show();
    }
});
</script>



HTML
<script type="text/javascript">
AJS.toInit(function () {
	if(AJS.$('.ia-fixed-sidebar.collapsed').length == 0) {
		AJS.$('.ia-fixed-sidebar .space-tools-section .expand-collapse-trigger').click();
	}
});
</script>