Hi, maybe it can help you, I do like this to send several records.
var items = [];
var item = {
// Data
...
Type: Posts; User: Bruno13
Hi, maybe it can help you, I do like this to send several records.
var items = [];
var item = {
// Data
...
Hello,
I use an Infinte Grid, actually all work fine but in the php that the store uses I do a request to an external webservice.
I would like to extract the webservice request to win time and...
ok thanks for these info !
Dear HorseShoe61,
I'm facing the same problem, do you found a solution ?
Thanks a lot for your answer,
Regards,
Bruno
oh no sorry, yes it was the problem ! this message is solved. I close it.
sorry...
Hi All,
My problem is simple, I've a Grid with a XTemplate.
In this XTemplate I have a <span id="idcpcinf">....</span>
I use a MVC.
How can I get the element idcpcinf ?
I use...
ok but actually no wrapper found...
yes perfect ! exactly what I try to do !!!!Thanks a lot Jdkhamda !
because I need 3 kinds of chart from VisJS: Timeline, Chart3D, and graph edges and ExtJS hasn't them.
Hi Jdkhamda,
I'm sorry if my question is not clear, in fact I try to use VisJS library inside my ExtJS project.
As I can't find a wrapper ExtJS->Vis.js, I try to find a solution to use VisJS...
Hi All,
As I can't found a VisJS wrapper, I'm testing to include directly a javascript in a container in the property html.
I use a XTemplate to fill data but nothing work.
I mean nothing is...
Hi all,
I would like to know if someone knows if a Vis.js wrapper exists for ExtJS4.2.5 ?
Many thanks for your help,
Sincerely,
Bruno
Yes I reduce the code of my GridPanel and now all work fine !
I delete the initComponent like the code in this link: ...
Dear All,
Extjs4.2.1.883
When I use my grid without rowExpander I have no problem but as soon I add rowExpander plugin then I have a strange issue.
48647
I don't understand why I have...
Dear All,
I try another way to populate my tree-grid. I use now a PHP file to have this kind of answer:
Array ( [responseHeader] => Array ( [status] => 0 ...
sorry, my JSON is:
{ "responseHeader":{ "status":0, "QTime":13, "params":{ "indent":"true", "wt":"json", "rows":"10", "fl":"pn,fid,pd", ...
+1, Marseille
Dear All,
I don't reach to populate my Tree-Grid with data from my solr server.
I reach to get json data but nothing in my Tree-Grid.
I use MVC structure.
My store is defined in my tree-grid...
Since I posted my quesiton, I found the solution but thanks a lot for your answer !
Hi all,
Actually I try to do a login/pass connection (with php, mysql, ext js4) and show a panel named UserBorder.
I managed to do the part "check log/pass" by using a window.
Ok now my...