A Pen by Rodrigo Ferreira on CodePen.
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
$spWeb = Get-SPWeb -Identity "Site URL goes here"; | |
$spList = $spWeb.Lists["List Name"]; | |
$spView = $spList.Views["View Name"]; | |
$spView.Query | Out-File "Path with file name" |
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
<link rel="stylesheet" type="text/css" href="/Style Library/css/wp_calendario.css" /> | |
<div class='wpBody' > | |
<div class='multconnectCalendars' ng-controller='aniversario' ng-init='populaCalendario()'> | |
<select ng-options='user.PERSA as user.NAME1 for user in localidades track by user.PERSA' ng-model='localidadesModel' ng-change='pegaRegiao(localidadesModel)'> | |
</select> | |
</div> | |
</div> | |
<script src='/Style Library/js/AngularSP.min.js'></script> | |
<script src='/Style Library/js/jqueryui.js'></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
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |