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
<script type="text/javascript"> | |
// change approval status to pending if any values are changed | |
Sys.Application.add_load( function () { | |
... | |
}); | |
</script> |
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
// Add CSS file to the page on a block | |
RockPage.AddCSSLink( Page, ResolveUrl( "~/CSS/jquery.tagsinput.css")); | |
// Add Javascript to the page on a block | |
RockPage.AddScriptLink(this.Page, "~/Scripts/jquery.tinyscrollbar.js"); |
NewerOlder