If I change the functions as this, it works but sometimes it's slowing
doPreventPanning: function(e) {
var target = e.target, touch;
// If we have an interaction on a...
Type: Posts; User: lenoil
If I change the functions as this, it works but sometimes it's slowing
doPreventPanning: function(e) {
var target = e.target, touch;
// If we have an interaction on a...
Hi,
I developped a sencha touch application with a container which contains a openlayer map.
It work with android but since the compil 56 of google chrome on the scroll ...
Hi,
with IE9, IE10 and IE11 when I tried to add a text with the function
insertAtCursor(myText);
the text is always add at the beginning of the htmlEditor
and not at the cursor position.
...
Hi,
with IE9, IE10 and IE11 when I tried to add a text with the function
insertAtCursor(myText);
the text is always add at the beginning of the htmlEditor
and not at the cursor position.
...
In chrome and IE, I have this error:
Cannot read property 'parentNode' of undefined in Ext.view.NodeCache
scroll: function(newRecords, direction, removeCount) {
var me = this,
...
Hi,
I created a grid panel with a store to use infinite scroll but when I use the scroll bar
there is no request executed on my server and i see always the first datas
What's the problem ?
...
add <meta http-equiv="X-UA-Compatible" content="IE=9" /> in meta tag html because I work under IE
Hi,
I have a grid with colums but the width in a header column are truncated.
Do you have a idea ?
51270
Thanks for your help
Thanks you
it's is already beginning
Hi,
I would like to develop a slider with a width and with the possibility to move the start and the end point.
Do you known if a component exist already ?
if I do to developp this component...
Hi,
can I sort a column as a date in a treegrid ?
For me, it doesn't work it sort as a string .....
Thanks for your help
So if I scroll horizontally I see the scroll for the treegrid but I have a another vertical scroll that I don't want.
Do you have a idea the source of problem
Hi,
I use Ext.ux.tree.TreeGrid in a panel layout card
var treeGrid = new Ext.ux.tree.TreeGrid({
//autoHeight: true,
columns: columns,
I tried to add a listener in a treepanel but it doesn't work :(
listeners : {
itemexpand : function(ni, opt)
{
console.log(this.el);
...
Thanks you for looking at my problem, Gary
The problem is here:
http://fiddle.jshell.net/lenoil/nEMY2/6/
You click:
- node3 and it expand
- node4 and it expand
- node6 and the scroll up in...
hi,
you have to use selectionMode and not mode (error in the documentation ?)
Bye
Hi,
I have a problem with the scroll
The problem is referenced by the link : http://fiddle.jshell.net/P9TkZ/15/
If I click node 3, it expends ...
Then if I click of node 6 the scroll up...
Hi,
I use a grid panel with the Ext.selection.CheckboxModel.
I want to use two existing configurations. I just want the checkbox indicates that the line is selected.
I I use mode:"SINGLE",...
He,
I use a treepicker extension and I have a problem with the focus.
In the function createPicker, I have this code :
this.treePanel = Ext.create( 'Ext.tree.Panel', {
hidden:...
yes it work thanks you very much
I have forgotten input
Hi,
I use a pickerField (with treepanel) and I want that the text
in the pickerfield be bold.
I have add cls, style attributes in the config but it doesn't work.
What's the solution
...
How ? I don't see a button for that ?
cool thanks you very much, it's the solution :)
Hi,
I have a server which return these datas (I can't change this return):
{"datas":[["1"],["2"],["3"],....],"success":1}
I have a combobox with remote=true
ok but how