Dude you saved my day. Free beer for you.
Type: Posts; User: keltik
Dude you saved my day. Free beer for you.
I have made up this little Sencha Fiddle example.
As you can see multiSelect is set to true.
But if i press Ctrl + left mouse click i cant select multiple pictures.
Why doesn't the config...
The website reachable with the URL:
http://examples.sencha.com/extjs/6.0.0/examples/classic/multiselect/multiselect-demo.html
Does not show the ExtJS Components in my Internet Explorer 11.
I have a similar problem with that component in written in this thread:
https://www.sencha.com/forum/showthread.php?306795-Simple-Test-Application-using-an-Ext.ux.form.ItemSelector
Ok thats true, but only the "Classic" themes.
This is my index.html:
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
...
When I switch the theme in my Sencha Fiddle example from Ext JS 6.0.0.640 Triton to Ext JS 6.0.0.640 Neptune Touch or any other theme, the Fiddle stops working.
Is it not possible to use the...
Hi does this thing work on ExtJs6 ?
EDIT:
I tried to use the "checkbox tree combo" with ExtJs6, i get this error:
TypeError: i is undefined ext-all.js:22:143947
I have to use ExtJs 6 at university. It's a requirement of my Professor. I dislike (dislike being a politically correct version of a word that i think would be more appropriate here) ExtJs in...
I want to use the Extjs5 Drawing package in a simple example:
<!DOCTYPE html>
<html>
<head>
<!-- ext imports -->
<script type="text/javascript" language="javascript"...
Such an unbelivable cool user extension thank you.
Two Questions:
1.) Is it possible to add a custom column, which contains a shrinked version of selected images?
2.) Is it possible to pass...
Hi does this thing work in ExtJS 5.1.1.451 ?
I have a html/javascript file, which i obtained from this website (my_site.html):
<!doctype html>
<html>
<head>
<title>Proper Title</title>
<style>
#selectedFiles img {
...
Hi is this thing working with Ext 5.1 ?
To load an Ext.tree.Panel from a Json-object with the attributes root and children I can proceed in the following fashion:
<!DOCTYPE html>
<html>
<head>
<!-- ext imports -->
...
Got exactly the same problem
Thanks it seems to work and to suit my needs for now.
Ok thanks, i dont want to occupy much of your time, since i am not a paying customer.
One statement -with the hope that you can spare a non paying developer, which uses ExtJs for educational...
Thanks for the tip.
I also thought about that, but in the api docs there is only one example for a image-custom-component from which i could not deduce how to pack a complete external api into a...
The error only occurs with extjs 5.1, not with extjs 5.0.
Yes, it is a standard implementation. It's the same version of code mirror which I have linked in the first post.
Ok and how about this link:
https://fiddle.sencha.com/#fiddle/omq
The code in the end of this post throws an error (visible in FireBug):
TypeError: ownerContext.overflowContext is null
return ownerContext.overflowXStyle || (ownerContext.overflowXStyle =...
I have also found another solution, which is easier and more clear to implement:
...
Thank you both, but i also need Xml-Tag-highlighting, editing and line number capabilities.
For that reason i wanted to stick to the CodeMirror API, but i am having some problems as you can see in...