Skip to content

Instantly share code, notes, and snippets.

@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"
{
"ribbon-test1_training": {
"weight": 500000,
"icon": "/icons/training.png",
"title": "Training",
"attr": {
"href": "/index.html"
}
}
}
{
"menu-**Existing menu item name** ": {
"title": "**New item name**"
}
}
@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
@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
{
"menu-my_customers": {
"weight": 500000,
"icon": "/google/icons/google.png",
"title": "My Customers"
},
"menu-customer_database": {
"parent": "menu-my_customers",
"weight": 10,
"title": "Customer database",
@mtica
mtica / menu.json
Last active January 3, 2016 22:29 — forked from dgundi/menu.json
{
"menu-bc-first_webapp_hello_world": {
"weight": 100000,
"title": "Hello World",
"attr": {
"href": "/Admin/AppLoader.aspx?client_id=bc-first-app-hello-world"
}
}
}
{
"menu-test1_google": {
"weight": 500000,
"icon": "/google/icons/google.png",
"title": "Google Apps"
},
"menu-test1_google-webmail": {
"parent": "menu-test1_google",
"weight": 10,
"title": "Webmail",
@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"
}
}
}
@mtica
mtica / menu.json
Created January 17, 2014 16:29 — forked from dgundi/menu.json
{
"first-app-hello-world": {
"weight": 100000,
"title": "Hello World",
"children": [],
"attr": {
"href": "/Admin/AppLoader.aspx?client_id=first-app-hello-world"
}
}
}