Skip to content

Instantly share code, notes, and snippets.

@mtica
mtica / href
Created February 28, 2014 14:39 — forked from dgundi/href
https://[app key here]-[site_ID here]-apps.worldsecuresystems.com/_System/Apps/[app key here]/index.html
@mtica
mtica / href
Created February 28, 2014 14:41 — forked from dgundi/href
https://first-app-hello-world-123123-apps.worldsecuresystems.com/_System/Apps/first-app-hello-world/index.html
{
"menu-**Existing menu item name** ": {
"title": "**New item name**"
}
}
{
"ribbon-test1_training": {
"weight": 500000,
"icon": "/icons/training.png",
"title": "Training",
"attr": {
"href": "/index.html"
}
}
}
@mtica
mtica / menu.json
Created March 10, 2014 08:46 — forked from dgundi/menu.json
"href" : "/Admin/AppLoader.aspx?client_id=bc-first-app-hello-world"
@mtica
mtica / gist:7352171
Last active December 27, 2015 15:59
"Hello world" landing page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hello world</title>
<script type="text/javascript" src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.3.1/jquery.cookie.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.1/underscore-min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/backbone.js/1.0.0/backbone-min.js"></script>
<script type="text/javascript" src="//cdn.worldsecuresystems.com/bcapi/bcapi-0.0.1.min.js"></script>
@mtica
mtica / gist:7371052
Created November 8, 2013 13:29
Experience placeholder
<div class="user-experience">
<p>Experience: <%- member.get('fields').Experience %> years</p>
</div>
@mtica
mtica / gist:7371085
Created November 8, 2013 13:32
Experience
Experience: $('#member-experience').val(),
@mtica
mtica / gist:7371187
Created November 8, 2013 13:41
Experience
<div class="control-group">
<label class="control-label" for="member-experience">
Years of experience:
</label>
<div class="controls">
<input id="member-experience" name="member-experience" type="text" class="span5" value="<%- member.get('fields').Experience %>" required />
</div>
</div>
@mtica
mtica / menu.json
Last active January 3, 2016 14:29 — forked from dgundi/menu.json
{
"menu-bc-first-app-hello-world": {
"weight": 100000,
"title": "Hello World",
"attr": {
"href": "/Admin/AppLoader.aspx?client_id=bc-first-app-hello-world"
}
}
}