This file contains 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
<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"> |
This file contains 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
<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> |
This file contains 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
<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"> |
This file contains 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
<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"> |
This file contains 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
<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" |
This file contains 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
<template> | |
<require from="nav-bar"></require> | |
<nav-bar router.bind="router"></nav-bar> | |
<main> | |
<div class="page-host"> | |
<router-view></router-view> |
This file contains 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
/** | |
* [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'; |
This file contains 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
<!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"> |
This file contains 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
<!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"> |
This file contains 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
<!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 --> |