Have you looked at using a Widget Column?
http://docs.sencha.com/extjs/6.2.1/classic/Ext.grid.column.Widget.html
Type: Posts; User: sirwesley
Have you looked at using a Widget Column?
http://docs.sencha.com/extjs/6.2.1/classic/Ext.grid.column.Widget.html
Been working with Sencha Support on this. Here's something to start with that is close to meeting my needs.
PropertyGrid with Widgets: https://fiddle.sencha.com/#fiddle/1ut2&view/editor
Thanks. That worked. Got the override from support.
Here's my override to at least get something to load and past the error until something better comes along.
Ext.define('override.scroll.LockingScroller', {
override:...
I created my own font package with "icofont" using fontawesome as a guide. Here's what I created and works well:
https://github.com/sirwesley/extjs-icofont
Eh...frontend interface. Fiddle 1.1 instead of 2.0? user interface... the way it was yesterday...
Is there an option or parameter we can add to the URL to use the old Framework? I was in the middle of trying to squash some bugs of my own, and now I'm having to start over.
I'm loving the...
Is my Fiddle History gone? Since, I only modified someone else's fiddles, wanted to see if I could get some of my old ones running.
I see groups and teams...but then only see Fiddle categories...
Trying these Fiddles from yesterday, that were working...
https://www.sencha.com/forum/showthread.php?331188-CheckItem-Bind-for-checked-does-not-work
Just edited my post with an example.
Getting Error in Console: ext-all-debug.js:39105 Uncaught Error: [Ext.getBody] document.body does not yet exist(…)
Has fiddle been upgraded to 2.0? I don't see any mention of it anywhere. However, today when I login to my fiddles, I'm presented with a new interface.
Looks pretty, however, I can't get any...
Looks to be working in the nightly build from 11/13/2016.
https://fiddle.sencha.com/#fiddle/1kb7 <-- Edited to get running with Fiddle 2.0
Added a checkHandler to toggle the binded value just...
This bug is affecting me as well. Anyone have any good overrides to get this working?
Guess I'll start working on one, but I'd love to see someone's solution if they have one.
In EXTJS 6.2 I'm getting this: Ext.util.Event.fire(): Attempting to fire "hide" event on destroyed Ext.menu.Menu instance with id: menu-xxxx
Guessing maybe this is related and resurfaced?
In your original Post, in step 3 you mentioned you should have:
["menuitem", "menuitem", "menuseparator", "menuitem", "menuseparator", "menuitem", "menuitem", "menuseparator", "menucheckitem"]
...
On an initial glance at your Fiddle example, the menu children you output to the console only has 7 children? Wouldn't that be why child 8 is null?
menu children') ["menuitem", "menuitem",...
Ext version tested:
Ext 6.2.0 rev 981 - broken
Ext 6.0.2 rev 437 - working
Browser versions tested against:
Found this property to add to the viewport, since I don't need RTL, however you can see in my screenshot, the scroller is still on the wrong side.
...
Looks like I'm being hit with this bug as well.
Tried creating a fiddle to show this off, however, I can't seem to find a way to enable RTL in fiddle. Maybe someone can suggest some updates to...
Same Issue. This appears to be the only place where this file is referenced...
.x-menu-item-checked .x-menu-item-icon-default-menubar.x-menu-group-icon {
font: 18px/24px FontAwesome;
...
This override appears to be only for a panel, and doesn't have an effect on docked items that are marked with !important flags.
/* ext/classic/theme-base/sass/src/layout/component/Dock.scss */...
I'm having this exact same issue. Can't get borders to show up in a docked panel.
Not sure what is triggering this .x-noborder-trbl CSS class.
/*...
Not sure where bugs are tracked, but support has given me this reference to a bug ticket that was opened: SDKTOOLS-1447
Anyone know how to track its status? :-?
I know it's a NO NO, but I commented out the lines causing problems in the sass-impl.xml file.
<!-- <x-sencha-command>
213 fashion
214 ...
Maybe the following will work for you...however, it did not work for me. :(
http://cdn.sencha.com/cmd/6.0.2.14/release-notes.html
Release Notes for Sencha Cmd 6.0.1
New Features
...