If you do not want this field to be submitted, use this in your scss file
.x-form-item-default.x-item-disabled
{
opacity: 0.8;
}
Type: Posts; User: Tchinkatchuk
If you do not want this field to be submitted, use this in your scss file
.x-form-item-default.x-item-disabled
{
opacity: 0.8;
}
Hello everybody,
I have 2 simple models with an association.
I would like to use model1.getModel2()
The call is done but no parameters is given in order my API to know the parent instance....
I confirm that if the app is build with ext-all-debug, this google url is called with hardcoded protocol.
So bad.
I have the same issue and i does not seem to be fixed
Still not working
Hi everybody,
I know there are lots of issues with cmd5.
So I've tested to create a default app and to build it just after this like this :
### Create app
sencha -sdk ./touch-2.4.0...
Thanks for the answer.So I should call my file before app.js ?But how could I manage this ?
Hi everybody.
I have an issue with the production built. Others ares ok.
In my app.js, I have this :
Ext.application({ name: 'MyApp',
Does anyone tried it ?Could he give us his feeling about it ?
Hi all,
I have an issue while loading my app.
in Application.js > init or launch, I wrote this kind of code
Ext.ns('QuableCommon.configuration');
ext_auth.check(function(a,...
Hi !
could you tell me how is defined your stores ?
My issue is that the store files are loaded before so my directfn is not defined and the app is not loading.
I do not understand how you...
The shame is that I do not want to change all codes with initComponents.There is now way to use properly Ext.Direct in ExtJs5 while setting the directFn in the store proxy ... ?
The last paragraph of your post is the solution for me, I think.
I'll try it.
Hi !
I'm trying to inlcude it properly but could not.Here's my app.json
"js": [
{ "path": "./locales/i18n.js" },
{ "path": "./locales/i18n_fr_FR.js" ...
Hi all,
I am trying to refresh my app (Extjs 4.2.1) with Sencha Cmd v4.0.4.84.
But unfortunately, after parsing all files (no commas, ...) this error occurred :
C2000: Rhino Parse Error...
It should be very simple.
I have two grids (left on right). I should be able to drag an element from the left grid and drop it into a right grid element -- not after/before but into.
When dropped,...
Thx israelroldan but I really want to use my grid and not a tree grid.Can't find a way to do a DropZone
Hello everyone,
I use lots of drag and drop between grids and it works well.
Now I need to drag items (children) and drop them in grid item (parent). It has to be dropped in the grid item and...
Any news of this issue ?
Hi,
I am benchmarking Extjs with ElasticSearch.
My curl command is this one :
curl -XGET '<myhost>:<myport>/<myindex>/_search' -d '{
"facets": {
"name": {
"terms": {
+1
Hi !!
I need to do exactly the same in the bottom of my app.
I need a collapsible panel to expand on click but while floating.
I've check your jsFiddle.
Did you find the answer ?
Thanks.
Hi all,
I use code like this
Ext.define('QuablePIM.view.article.Grid',
{
requires :
[
Ext.Loader.config.application + '.store.Articles',
Hi all,
I know this issue has been discuss for a long time but I could not find a clue and perhaps is it very simple so I'm asking for a little help.
I have tried Weinre and no logs are...
Hello all,
I used to work with sdk and touch v2.0.
I've updated all by building a new app with sencha cmd and copiying stuff.
The webapp mode works great.
But when building my app, the app.js...