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
PS1='\n\[\033[1;34m\]\342\226\210\342\226\210 \u @ \h: \w\n\[\033[0;36m\]\342\226\210\342\226\210 \t $ \[\033[0;39m\]' |
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
AUI().use( | |
'anim', | |
function(A) { | |
A.all('.animate-scroll').on( | |
'click', | |
function(event) { | |
event.preventDefault(); | |
var section = A.one(event.currentTarget.get('hash')); | |
var scrollTo = section.get('offsetTop'); |
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
javascript.log.enabled=false | |
javascript.fast.load=false | |
theme.css.fast.load=false | |
com.liferay.portal.servlet.filters.minifier.MinifierFilter=false | |
com.liferay.filters.strip.StripFilter=false | |
layout.template.cache.enabled=false | |
browser.launcher.url= |
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
AUI().use( | |
'aui-base', | |
function(A) { | |
var WIN = A.getWin(); | |
var onScreenHelperNode = A.all('.on-screen-helper'); | |
var updateOnScreen = function() { | |
var currentScrollPos = WIN.get('docScrollY'); |
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
AUI().use( | |
'aui-base', | |
function(A) { | |
var popClicks = A.all('.pop-click'); | |
var popClickHandle; | |
var togglePopClick = function(event) { | |
event.stopPropagation(); |
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
AUI().use( | |
'aui-base', | |
function(A) { | |
var WIN = A.getWin(); | |
var lazyLoadNode = A.all('.lazy-load'); | |
var lazyLoad = function() { | |
var currentScrollPos = WIN.get('docScrollY'); |
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
<aui:script> | |
AUI({ | |
groups: { | |
'jquery': { | |
async: false, | |
modules: { | |
'jquery': { | |
fullpath: 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js' | |
}, | |
'galleria': { |
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
var io = A.io.request( | |
url.toString(), | |
{ | |
autoLoad: false, | |
cache: true, | |
method: 'get', | |
on: { | |
start: function(event,id) { | |
console.log('start'); | |
console.log(event); |
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 id="myDataTable"></div> | |
<script src="http://cdn.alloyui.com/1.7.0/aui/aui-min.js"></script> | |
<script> | |
AUI({ | |
modules: { | |
'bootstrap': { | |
fullpath: 'http://alloyui.com/versions/1.7.x/website/css/bootstrap.css', | |
type: 'css' | |
}, |
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
Maven architype catalogs Vaadin - Liferay: | |
http://repo1.maven.org/maven2/archetype-catalog.xml |