how to edit fiddle's viewport? For this issue i need to generate a viewport, which i think fiddle does not allow.
You can create a new app, and replace following files with above code:
Main...
Type: Posts; User: AnaghaVistaar
how to edit fiddle's viewport? For this issue i need to generate a viewport, which i think fiddle does not allow.
You can create a new app, and replace following files with above code:
Main...
Given below is a viewport and its corresponding viewModel.
Ext.define('Testing.view.main.Main', {
extend: 'Ext.panel.Panel',
xtype: 'app-main',
Hi,
Any update on this issue?
Is this issue fixed in the latest version? If not, can we expect fix in near future?
Any workaround available for this?
Thanks.
I'm facing a similar issue: I've used a combo editor, and in the change event I'm calling field.blur()/grid.editingPlugin.completeEdit() both resulting in the same exception. And I'm also setting...
Can anyone from Sencha Support confirm whether this is a bug? What can be the ideal workaround for this?
Updates:
1. Tried using completeEdit in combo collapse event:
It gives the error:
Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
2. Tried...
Hi,
Tried your solution,
But sometimes ExtJS throws an exception:
Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
Is there any other way?
Or...
Hi,
I have a grid with combobox editors.
In the combo change event, value for different field of same row is being set.
I want to complete the edit after the record has been set.
Currently the...
Ext version tested:
Ext JS 6.0.0.640
Ext JS 5.1.0.107
Browser versions tested against:
Chrome 46.0.2490.86m
Description:
When line chart is zoomed, the rendered line chart after...
Fiddle: https://fiddle.sencha.com/#fiddle/10ka
Ext version tested:
Ext JS 6.0.1.250
Ext JS 5.1.1.451
Ext JS 5.1.0.107
Browser versions tested against:
Chrome 46.0.2.2490.86m
Chart not rendering properly, if htmlEncoded data is used.
Fiddle: https://fiddle.sencha.com/#fiddle/10kb
Ext version tested:
Ext JS 6.0.1.250
Ext JS 5.1.1.451
Ext JS 5.1.0.107
Browser...
Thanks skirtle.
I found a way to implement the above scenarios by making few changes in code like providing CLS for look and feel, text-field events to store and restoring the values.
But now...
Hi skirtle,
I am having a requirement in which I have to show one or two text-fields in grid cell of a column depending on condition given in second column. I tried to achieve this using component...
I tried with cmd v5.1.0.26It gives same error.
Thanks
this Select event works fine. but it will only give me new value whereas in change event I get old value too.
hello,
I have an editable grid with row editor . One of its column has combo as an editor. I want to write a function on its change event so I have given id to editor combo. if I write controller...