Hi!
We are looking for a software developer with some knowledge of ExtJS and Ruby on Rails. If you are interested in working in a small team please contact me. We are based in Vienna, Munich and...
Type: Posts; User: tellioglu
Hi!
We are looking for a software developer with some knowledge of ExtJS and Ruby on Rails. If you are interested in working in a small team please contact me. We are based in Vienna, Munich and...
Fantastic. Thank you very much. Allmost 5 years later using ExtJS 6.5.3.57, this is still very helpful! :)
On macOS 10.12.6 after installing cmd-6.5.3-osx.zip I get this error:
$ sencha
Sencha Cmd v6.5.3.6
java.lang.UnsupportedClassVersionError: com/sencha/core/functional/Func : Unsupported...
At first glance it seems like you should use a keyed association instead of a keyless one. So a "reference" instead of "hasOne". (Also foreignKey is spelled wrongly..).
I also think that you...
Hi,
I am sorry if this has been answered before, I couldn't find anything in the forum.
Is it possible to change the keyboard shortcuts in the Fiddle editor? My problem is that Ctrl-n is...
I did an upgrade of my application from ExtJS 6.0.2 to ExtJS 6.2 and I am still getting the following warnings from Cmd 6.2:
[WRN] @theme-background-image: Theme image not found:...
Thank you for your answer! Yes, the storeId is correct.
Hi,
I have a buffered store which works fine:
Ext.define('Mis6.store.GroupPolicyPeriodStore', {
extend: 'Ext.data.BufferedStore',
...
But it doesn't work if I add it to a...
So how can one create a viewport without using 'autoCreateViewport'? The documentation and examples still use 'autoCreateViewport'.
requires: [
'Ext.MessageBox'
]
no longer works.
requires: [
'Ext.window.MessageBox'
]
http://docs.sencha.com/extjs/5.1/5.1.0-apidocs/#!/api/Ext.app.Application
Again, thanks for the quick reply!
Yes, that helps a lot and dissolves my confusion :)
Horst
Hi -
Thanks for your reply.
Well first I read about it in a book called "JavaScript The Definitive Guide" ;) then I looked at the documentation of...
Hi!
I am totally confused ;) I am trying to call the method getResponseHeader() of the response object passed to the success callback function of the Ajax.request's option object.
But...
Hi -
thanks for your quick reply!
I know that the hyphen has a special meaning. I just couldn't manage to use subscript notation in XTemplate conditions. I do want to use hyphens in my...
Hi!
I would like to use a hyphenated property name in an XTemplate condition. I tried many variations of escape characters and special characters but nothing seems to work.
'<tpl...
Hi -
I am not sure I understand what you mean by "german view" but did you try to add something like this
format: 'G:i',
to the config options of the time field?
Hi -
Of course it is possible. I think, if you try to describe the reason why it shouldn't be possible, the problem solves itself.
Hi,
thanks for the quick reply!
Yes it does. If I add msgDisplay like this
{
Hi,
setting a form field's message target to an element ID seems to cause problems with MSIE:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
Yes, thanks, I know. But what about the Content-Type?
Now this sounds like you trying to set the standard for acceptable quality ;) A bug is a bug is a bug and not being able to PUT is a missing feature.
But seriously: my web service throws an...
I would like to PUT and POST xml to a web service using Ext's Ajax object and have a header like this one
Content-type: application/xml; charset="ebcdic-fr-297+euro"
included ;)
Hi -
I am trying to POST and PUT some XML data. Looks like this bug
is also in the final version of Ext JS 2.0 and I am trying to find a work-around. If I am doing this:
...
If you look at my example, you will see, that I gave the span-element an id. Use it to access the element for changing the text.