This file contains hidden or 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
| { | |
| { | |
| identity: "aboutMe-application", | |
| class: "KebabOS.applications.preferences.AboutMe", | |
| name: "about-me", | |
| type: "system" | |
| department: "preferences" | |
| version: "0.0.1", | |
| title: "About Me", | |
| description: "Lorem ipsum dolor sit amet", |
This file contains hidden or 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
| KebabOS.applications.producer.application.views.ProducersGridPanel = Ext.extend(Ext.grid.EditorGridPanel, { | |
| // Owner Application | |
| ownerApplication: null, | |
| initComponent : function() { | |
| // Base Config | |
| var config = { | |
| emptyText: 'Kayıt bulunmamaktadır...', |
This file contains hidden or 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
| KebabOS.applications.producer.application.models.ProducersDataStore = Ext.extend(Ext.data.Store, { | |
| // Owner Application | |
| ownerApplication: null, | |
| id: 'producer', | |
| // RESTful enable | |
| restful: true, | |
This file contains hidden or 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
| server { | |
| listen 80; | |
| server_name kebab-project.com www.kebab-project.com; | |
| root /var/www/vhosts/kebab-project.com/httpdocs/web; | |
| index index.html index.htm index.php; | |
| error_log /var/www/vhosts/kebab-project.com/logs/error.log; | |
| access_log /var/www/vhosts/kebab-project.com/logs/access.log main; | |
| try_files $uri $uri/ @notfile; |
This file contains hidden or 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
| Earth.weather.on('onRain', function() { | |
| Tayfun.body.actionManager.fireEvent('goToTheBeach', { | |
| params: { | |
| beer: true, | |
| chips: true, | |
| duration: 'unlimited' | |
| } | |
| }); | |
| }, this); |
This file contains hidden or 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
| app | |
| -controller | |
| -view | |
| -model | |
| -module | |
| -app_a | |
| -controller | |
| -model | |
| -view | |
| -Application.js (module a) |
This file contains hidden or 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
| <!-- | |
| Copyright (c) 2011-2012 lab2023 - internet technologies TURKEY Inc. | |
| http://www.lab2023.com | |
| --> | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Ext JS 4 Ajax Requester</title> |
This file contains hidden or 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
| /* ----------------------------------------------------------------------------- | |
| Kebab Project 2.x (Kebab Revolution) - Web OS Client Platform for Ext JS 4.x | |
| http://kebab-project.com | |
| Copyright (c) 2011-2012 lab2023 - internet technologies TURKEY Inc. | |
| http://www.lab2023.com | |
| ----------------------------------------------------------------------------- */ | |
| /** | |
| * Prepare environment, enable loader an boot kebab automatically | |
| * |
This file contains hidden or 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
| <!-- | |
| Kebab Project 2.0.0 (Kebab Revolution) | |
| http://kebab-project.com | |
| Copyright (c) 2011-2012 lab2023 - internet technologies TURKEY Inc. | |
| http://www.lab2023.com | |
| --> | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> |
This file contains hidden or 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
| <!-- | |
| Kebab Project 2.0.0 (Kebab Revolution) | |
| http://kebab-project.com | |
| Copyright (c) 2011-2012 lab2023 - internet technologies TURKEY Inc. | |
| http://www.lab2023.com | |
| --> | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> |
OlderNewer