Pré-post PHP values in your ExtJS app the right way
(english) This Ext JS tip shows how you can have access to your POST variables in your Ext JS class objects. Clean!The post Pré-post PHP values in your ExtJS app the right way appeared first on...
View ArticleConditional destruction of an Extjs window
This Ext JS tip shows how you can conditionally destroy a window with a confirmation.The post Conditional destruction of an Extjs window appeared first on Enovision GmbH, business in a browser.
View ArticleSencha Ext JS, building web apps that fit to your business needs
Sencha Ext JS is maybe the only JavaScript framework that can be used well to build large applications that run in a web browser.The post Sencha Ext JS, building web apps that fit to your business...
View ArticleEvent listeners in Sencha Touch 2, the Ext JS approach
Event listeners in Sencha Touch 2 is a bit different than in Ext JS. This article shows how you can still stay close to Ext JS.The post Event listeners in Sencha Touch 2, the Ext JS approach appeared...
View ArticleHow to reuse Ext JS models and stores in Sencha Touch 2
By default Sencha Touch is not compatible with Ext JS definitions. This article shows how you can trick Ext JS to reuse your Ext JS models and stores in Touch.The post How to reuse Ext JS models and...
View ArticleHow to make glyphs work in Sencha Architect and Ext JS
Sencha's documentation about glyphs (icons) on buttons, panels and tabs in Sencha Ext JS and Touch is poor. Let me show you how it is done in 10 minutes.The post How to make glyphs work in Sencha...
View ArticleSencha Cmd, how to setup an Ext JS app based on Neptune theme
In this article I will show how to setup an Ext JS app with Sencha Command (version 4.0.1.30) and a custom theme based on the Ext JS neptune theme.The post Sencha Cmd, how to setup an Ext JS app based...
View ArticleFix for Ext JS release 3 drag and drop problem with grids in windows
This post shows an easy fix for the Ext JS 3 problem with drag and drop with grids and reopening Ext.Window objects.The post Fix for Ext JS release 3 drag and drop problem with grids in windows...
View ArticleTurn your ExtJS 4 singletons into heavy and useful workers
This article shows how you can turn your ExtJS (4) singletons into useful and heavy workers. With update on an earlier FontAwesome article.The post Turn your ExtJS 4 singletons into heavy and useful...
View ArticleExtJS 4, extend the Ext.toolbar.paging class to change some behavior
In this article we extend the ExtJS 4, Ext.toolbar.paging (pagingtoolbar) class to add some useful extra functionality.The post ExtJS 4, extend the Ext.toolbar.paging class to change some behavior...
View ArticleKeep control over your ExtJS grid cell wrapping
This snippet shows how you simply keep control over your cell wrapping in an Sencha ExtJS grid column. The post Keep control over your ExtJS grid cell wrapping appeared first on Enovision GmbH |...
View ArticleAdd extra parameters with an ExtJS TreeStore server request.
In this article I will tell how you can add extra parameters to an Ext.tree.Store when requesting data from the server. The post Add extra parameters with an ExtJS TreeStore server request. appeared...
View ArticleConditionally change the CSS of an ExtJS Gridpanel row
Change the color of an ExtJS Gridpanel row The post Conditionally change the CSS of an ExtJS Gridpanel row appeared first on Enovision GmbH | Business in a browser | extjs | sencha touch | php.
View ArticleRemove the red modified tags in an ExtJS 4 gridpanel
When a record is modified in a gridpanel, ExtJS is automatically adding the smal red tags to indicate that the record has been modified by the user. This is sometimes very annoying and you can get rid...
View ArticleIterate an ExtJS store and add result as a JSON to an Ext.Ajax request
The following sample shows how you can iterate an ExtJS store (as used with a grid) and add some of the results as an JSON string to your Ext.Ajax request. It comes handy if you want to add results of...
View ArticleSencha app watch switch off SASS and theming
How to make Sencha watch processing a little faster The post Sencha app watch switch off SASS and theming appeared first on Enovision GmbH | Business in a browser | extjs | sencha touch | php.
View ArticleHow to add a tooltip to an Extjs 4 gridpanel row using an xTemplate
How to add a tooltip to an Extjs 4 gridpanel row, using an xTemplate The post How to add a tooltip to an Extjs 4 gridpanel row using an xTemplate appeared first on Enovision GmbH | Business in a...
View ArticleHow to SASS with Ext JS and Sencha CMD
Doing SASS with Ext JS is not always easy to begin with. This article shows you how you modify your theme successfully. The post How to SASS with Ext JS and Sencha CMD appeared first on Enovision GmbH...
View ArticleHow to install Sencha Cmd on Debian Jessie
A step by step instruction for installing Sencha Cmd on Linux Debian Jessie. Great reading for Linux noobies. The post How to install Sencha Cmd on Debian Jessie appeared first on Enovision GmbH |...
View ArticleHow to add missing ExtJS 6 locale properties in your application
How to add missing locale properties in Ext JS 6 with a simple override. The post How to add missing ExtJS 6 locale properties in your application appeared first on Enovision GmbH | Business in a...
View Article