Commit 3c2acc98 by Uros Spasojevic

implemented add, remove, update, grid

cleanup
parent 88902e28
{"packages":{"classic":{"build":{"dir":"${package.output}"},"creator":"Sencha","namespace":"Ext","type":"toolkit","version":"6.0.1.250"},"cmd":{"current":"6.2.1.29","version":"6.2.2.36"},"core":{"alternateName":["sencha-core"],"creator":"Sencha","type":"code","version":"6.0.1.250"},"ext":{"build":{"dir":"${package.output.base}"},"creator":"Sencha","license":"commercial","namespace":"Ext","resource":{"paths":["resources"]},"type":"framework","version":"6.0.1.250"},"font-awesome":{"creator":"Sencha","namespace":"Ext","resource":{"paths":""},"theme":"theme-neptune","toolkit":"classic","type":"code","version":"6.0.1.250"},"font-ext":{"creator":"Sencha","namespace":"Ext","theme":"theme-neptune","toolkit":"classic","type":"code","version":"6.0.1.250"},"theme-base":{"alternateName":["ext-theme-base"],"creator":"Sencha","namespace":"Ext","toolkit":"classic","type":"theme","version":"6.0.1.250"},"theme-neptune":{"alternateName":["ext-theme-neptune"],"creator":"Sencha","extend":"theme-neutral","namespace":"Ext","toolkit":"classic","type":"theme","version":"6.0.1.250"},"theme-neutral":{"alternateName":["ext-theme-neutral"],"creator":"Sencha","extend":"theme-base","namespace":"Ext","toolkit":"classic","type":"theme","version":"6.0.1.250"},"theme-triton":{"creator":"Sencha","extend":"theme-neptune","fashion":{"inliner":{"enable":false,"maxItemSize":20000,"excludes":[".*\\.woff",".*\\.woff2",".*\\.ttf",".*\\.eot",".*\\.svg"]}},"namespace":"Ext","resource":{"paths":""},"toolkit":"classic","type":"theme","version":"6.0.1.250"},"ux":{"alternateName":["ext-ux"],"creator":"Sencha","namespace":"Ext","resource":{"paths":["${package.dir}/resources","${package.dir}/classic/resources"]},"theme":"theme-classic","toolkit":"classic","type":"code","version":"6.0.1.250"}},"js":[{"path":"classic/app.js"}],"css":[{"exclude":["fashion"],"path":"classic/resources/Evoksi-all.css"}],"cache":{"enable":false,"deltas":"classic/deltas"},"fashion":{"inliner":{"enable":false}},"name":"Evoksi","version":"1.0.0.0","framework":"ext","loader":{"cache":false,"cacheParam":"_dc"},"id":"4cf03061-653c-46bc-9fcb-9c748bb8709d","watch":{"delay":250},"toolkit":"classic","theme":"theme-triton","profile":"classic","hash":"c60443df911d29f0b8b9e485a32f1f75c9ac6667","resources":{"path":"classic/resources","shared":"resources"}}
\ No newline at end of file
{"packages":{"classic":{"build":{"dir":"${package.output}"},"creator":"Sencha","namespace":"Ext","type":"toolkit","version":"6.0.1.250"},"cmd":{"current":"6.2.1.29","version":"6.2.1.29"},"core":{"alternateName":["sencha-core"],"creator":"Sencha","type":"code","version":"6.0.1.250"},"ext":{"build":{"dir":"${package.output.base}"},"creator":"Sencha","license":"commercial","namespace":"Ext","resource":{"paths":["resources"]},"type":"framework","version":"6.0.1.250"},"font-awesome":{"creator":"Sencha","namespace":"Ext","resource":{"paths":""},"theme":"theme-neptune","toolkit":"classic","type":"code","version":"6.0.1.250"},"font-ext":{"creator":"Sencha","namespace":"Ext","theme":"theme-neptune","toolkit":"classic","type":"code","version":"6.0.1.250"},"theme-base":{"alternateName":["ext-theme-base"],"creator":"Sencha","namespace":"Ext","toolkit":"classic","type":"theme","version":"6.0.1.250"},"theme-neptune":{"alternateName":["ext-theme-neptune"],"creator":"Sencha","extend":"theme-neutral","namespace":"Ext","toolkit":"classic","type":"theme","version":"6.0.1.250"},"theme-neutral":{"alternateName":["ext-theme-neutral"],"creator":"Sencha","extend":"theme-base","namespace":"Ext","toolkit":"classic","type":"theme","version":"6.0.1.250"},"theme-triton":{"creator":"Sencha","extend":"theme-neptune","fashion":{"inliner":{"enable":false,"maxItemSize":20000,"excludes":[".*\\.woff",".*\\.woff2",".*\\.ttf",".*\\.eot",".*\\.svg"]}},"namespace":"Ext","resource":{"paths":""},"toolkit":"classic","type":"theme","version":"6.0.1.250"},"ux":{"alternateName":["ext-ux"],"creator":"Sencha","namespace":"Ext","resource":{"paths":["${package.dir}/resources","${package.dir}/classic/resources"]},"theme":"theme-classic","toolkit":"classic","type":"code","version":"6.0.1.250"}},"js":[{"path":"classic/app.js"}],"css":[{"exclude":["fashion"],"path":"classic/resources/Evoksi-all.css"}],"cache":{"enable":false,"deltas":"classic/deltas"},"fashion":{"inliner":{"enable":false}},"name":"Evoksi","version":"1.0.0.0","framework":"ext","loader":{"cache":false,"cacheParam":"_dc"},"id":"4cf03061-653c-46bc-9fcb-9c748bb8709d","watch":{"delay":250},"toolkit":"classic","theme":"theme-triton","profile":"classic","hash":"3a985e82c832f792715d8e243bd781cf946a1ee8","resources":{"path":"classic/resources","shared":"resources"}}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
$app-name: dynamic( 'Evoksi' );
$image-search-path: '/home/radionica/Desktop/Evoksi/build/development/Evoksi/classic/resources';
$image-search-path: '/Users/uros/workspace/git/Evoksi/build/development/Evoksi/classic/resources';
$theme-name: dynamic( 'theme-triton' );
$include-evoksi-application: dynamic(true);;
$include-evoksi-store-personnel: dynamic(true);;
......@@ -1461,4 +1461,5 @@ $Evoksi-resource-path: 'images' !default;
$current-package: false;
$current-resource-root: $Evoksi-resource-root;
$relative-image-path-for-uis: $Evoksi-resource-path;
@import '../../../../../classic/sass/src/view/evoksi/Evoksi';
@import '../../../../../classic/sass/src/view/main/Main';
$app-name: dynamic( 'Evoksi' );
$image-search-path: '/home/radionica/Desktop/Evoksi/build/development/Evoksi/classic/resources';
$image-search-path: '/Users/uros/workspace/git/Evoksi/build/development/Evoksi/classic/resources';
$theme-name: dynamic( 'theme-triton' );
$include-evoksi-application: dynamic(true);;
$include-evoksi-store-personnel: dynamic(true);;
......@@ -1461,4 +1461,5 @@ $Evoksi-resource-path: 'images' !default;
$current-package: false;
$current-resource-root: $Evoksi-resource-root;
$relative-image-path-for-uis: $Evoksi-resource-path;
@import '../../../../../classic/sass/src/view/evoksi/Evoksi';
@import '../../../../../classic/sass/src/view/main/Main';
Compass.add_project_configuration('../../../../../sass/config.rb')
cache_path = '/home/radionica/Desktop/Evoksi/build/.sass-cache'
cache_path = '/Users/uros/workspace/git/Evoksi/build/.sass-cache'
// @tag full-page
// @require /home/radionica/Desktop/Evoksi/app.js
// @require /Users/uros/workspace/git/Evoksi/app.js
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
.evoksi-view-evoksi {
.#{$prefix}toolbar {
background-color: #d7e9f5;
border: 1px solid #d7e9f5;
@include box-shadow(rgba(0, 0, 0, 0.7) 0 -1px 6px);
.#{$prefix}btn {
background-color: #1b72af;
border: 2px solid #1b72af;
@include border-radius(3px);
.#{$prefix}btn-inner {
color: #fff;
font-weight: bold;
}
&.#{$prefix}btn-pressed,
&.#{$prefix}btn-over,
&.#{$prefix}btn-focus {
background-color: #ebeef0;
@include box-shadow(none);
.#{$prefix}btn-inner {
color: #1b72af;
}
}
}
}
}
.evoksi-window {
border: none;
.#{$prefix}title {
div {
font-weight: bold;
}
}
.#{$prefix}splitter {
background-color: #5fa2dd;
cursor: default;
}
.#{$prefix}panel:first-child {
.gmnoprint {
display: none;
}
}
}
.evoksi-panel-body {
.#{$prefix}panel-body {
background-color: #d7e9f5;
border-color: #d7e9f5;
> div {
margin: auto;
.#{$prefix}field:first-child {
margin-top: 50px;
}
}
}
label {
span {
border-bottom: 2px solid #1b72af;
color: #1b72af;
font-weight: bold;
}
}
.#{$prefix}form-item-body {
padding-left: 10px;
}
.#{$prefix}toolbar {
background-color: #d7e9f5;
border-color: #d7e9f5;
.#{$prefix}btn {
background-color: #1b72af;
border: 2px solid #1b72af;
@include border-radius(3px);
.#{$prefix}btn-inner {
color: #fff;
font-weight: bold;
}
&.#{$prefix}btn-pressed,
&.#{$prefix}btn-over,
&.#{$prefix}btn-focus {
background-color: #ebeef0;
@include box-shadow(none);
.#{$prefix}btn-inner {
color: #1b72af;
}
}
}
.#{$prefix}btn:last-child {
margin-right: 50px;
background-color: #a9364d;
border: 2px solid #a9364d;
@include border-radius(3px);
.#{$prefix}btn-inner {
color: #fff;
font-weight: bold;
}
&.#{$prefix}btn-pressed,
&.#{$prefix}btn-over,
&.#{$prefix}btn-focus {
background-color: #ebeef0;
@include box-shadow(none);
.#{$prefix}btn-inner {
color: #a9364d;
}
}
}
}
.#{$prefix}column-header-text-inner {
&::after {
display: none;
}
}
.#{$prefix}grid {
margin-top: 20px;
}
.#{$prefix}grid-body {
border: 1px solid #d0d0d0;
.#{$prefix}grid-item {
border: none; }
.#{$prefix}grid-item-selected {
background-color: #fce7eb;
border-color: #fce7eb;
}
.#{$prefix}grid-item-focused {
.#{$prefix}grid-cell-inner::before {
border: 1px solid #bf4c63;
}
}
}
}
\ No newline at end of file
......@@ -8,6 +8,7 @@ Ext.define('Evoksi.view.evoksi.Evoksi', {
'Evoksi.view.evoksi.EvoksiController',
'Evoksi.view.evoksi.EvoksiModel'
],
cls: 'evoksi-view-evoksi',
layout: 'fit',
controller: 'evoksi',
viewModel: 'evoksi',
......@@ -26,8 +27,8 @@ Ext.define('Evoksi.view.evoksi.Evoksi', {
items: [
{
xtype: 'button',
text: 'Add Marker',
handler: 'addNewMarker'
text: 'Logout',
handler: 'logout'
}
]
}
......
......@@ -6,21 +6,7 @@ Ext.define('Evoksi.view.evoksi.EvoksiModel', {
StoreId: 'myStore',
fields: [
'name', 'date', 'time'
],
data: {
items: [
{name: 'aaa', date: 'sdfgsdfg', time: 'fsadfsa'}
]
},
proxy: {
type: 'memory',
reader: {
type: 'json',
rootProperty: 'items'
}
}
]
}
}
});
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment