@aicgroup-de Appreciate your input. I will definitely have a look. I had the same first impression of mxgraph.
Type: Posts; User: sahack
@aicgroup-de Appreciate your input. I will definitely have a look. I had the same first impression of mxgraph.
Hello All,
we are looking for to build a workflow designer component.
I want to check if there is something as a starting point, there are some javascript workflow builder available which are...
Hi,
I want to call a different URL to get content of an html page and show it a panel. Is there something like JSONP to load actual html content?
Since I am returning "text/html" it fails of...
How can I approach to resize a sprite e.g. a rectangle in the draw package.
I was able to implement the drag&drop, but now I want to be able to resize the drwa elements as well.
Any hints,...
Not sure If I understand your problem correct, but you can do following
ajax request define url param to your webservice url
Ext.Ajax.request({
url: 'your url',
...
How is the best practice to handle timezones in a grid for example.
I am sending in the JSON the date as milliseconds. I know this was saved before as UTC.
for example
...