Skip to content

Instantly share code, notes, and snippets.

@gregoryagu
gregoryagu / app.html
Last active July 20, 2018 14:21
Aurelia Samples - Calendar Issue with Drag and Drop
<template>
<require from="./basic-use.css"></require>
<div class="content-container-fluid">
<div class="row">
<div style="padding: 10px">
<div style="border: 1px solid lightgrey">
<div style="d-flex">
<div style="height:100px">Test</div>
<ej-schedule id="Schedule1" e-width="100%" e-appointment-settings.bind="AppointmentList" e-current-date="04/03/2016">
@gregoryagu
gregoryagu / app.html
Last active July 20, 2018 17:54
Aurelia Samples - Calendar Issue with Drag and Drop on Tab
<template>
<require from="./basic-use.css"></require>
<ej-tab class="flexible flex-container-column" data-file="folder-view.html" id="defaultTab" e-on-item-active.delegate="controller.onFolderTabActivate($event)">
<ul>
<li><a href="#calendar">Calendar</a></li>
</ul>
@gregoryagu
gregoryagu / app.html
Last active July 21, 2018 01:10
Tab : default-functionalities
<template>
<require from="./default-functionalities.css"></require>
<ej-tab id="defaultTab">
<ul>
<li><a href="#steelman">Man of Steel</a></li>
</ul>
<div id="steelman" style="background-color:yellow;">
<ej-schedule id="Schedule1" e-width="100%" e-appointment-settings.bind="AppointmentList" e-current-date="04/03/2016">
@gregoryagu
gregoryagu / app.html
Created July 21, 2018 01:12
Tab : default-functionalities
<template>
<require from="./default-functionalities.css"></require>
<ej-tab id="defaultTab">
<ul>
<li><a href="#steelman">Man of Steel</a></li>
</ul>
<div id="steelman" style="background-color:yellow;">
<ej-schedule id="Schedule1" e-width="100%" e-appointment-settings.bind="AppointmentList" e-current-date="04/03/2016">
@gregoryagu
gregoryagu / app.html
Last active July 21, 2018 12:05
Gantt : default-functionalities
<template>
<require from="./default-functionalities.css"></require>
<ej-tab id="defaultTab">
<ul>
<li><a href="#steelman">Man of Steel</a></li>
</ul>
<div id="steelman" style="background-color:yellow;">
<ej-gantt id="gantt"
@gregoryagu
gregoryagu / app.html
Created July 29, 2018 15:26 — forked from martonsagi/app.html
Aurelia Pipeline Authorization Example
<template>
<require from="nav-bar"></require>
<nav-bar router.bind="router"></nav-bar>
<main>
<div class="page-host">
<router-view></router-view>
/**
* [jQuery-appear]{@link https://github.com/emn178/jquery-appear}
*
* @version 0.2.6
* @author Yi-Cyuan Chen [[email protected]]
* @copyright Yi-Cyuan Chen 2014-2016
* @license MIT
*/
(function ($, window, document) {
var KEY = 'jquery-appear';
@gregoryagu
gregoryagu / index.html
Last active August 3, 2018 11:39
Materialize Validation
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="styles.css">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
@gregoryagu
gregoryagu / index.html
Created August 4, 2018 00:09
Materialize Validation
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="styles.css">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
@gregoryagu
gregoryagu / index.html
Last active August 4, 2018 01:14
Materialize Validation - Works
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Compiled and minified CSS -->