Hi, everyone.
One year ago I installed the admin dashboard on ExtJS version 6.0
https://examples.sencha.com/extjs/6.7.0/examples/admin-dashboard/#dashboard
But now I want to install...
Type: Posts; User: Reverent
Hi, everyone.
One year ago I installed the admin dashboard on ExtJS version 6.0
https://examples.sencha.com/extjs/6.7.0/examples/admin-dashboard/#dashboard
But now I want to install...
Hi, there.
I was creating drag-and-drop in Ext.DataView for my gallery in system when I decided to change version ExtJs from 6.0.1 to 6.2.0. After that my code has broken. If you click on an...
Hi, there.
I was creating drag-and-drop in Ext.DataView for my gallery in system when I decided to change version ExtJs from 6.0.1 to 6.2.0. After that my code has broken. If you click on an...
Can you show me how I can do that with better decision?
Thank you for your answer. No, I don’t use Sencha Cmd. And, yes I created a number of applications, each of which could be focused on particular aspects of your overall application. But I thought I...
Hi, everyone, sorry for my English, but I really need help.
I want to create the big web apps that consist of many modules. And I use MVC. I created the application (Ext.application) and added a...
I probably found error in ExtJs 5.1.1. I created viewport with two panels and append in the center panel two widget grid and tree used layout border. If you sharply resize window to minimal size you...
It’s working! Thanks’ a lot.
I have store and I want to use it for show different data in different grids. For example:
http://test.saitografia.ru/storeIndependent/
I have grid with orders, if I select some record and...
Thank's a lot! It's working!
If I use CRUD I write this code for create new item.
someModel.save
(
{
success: function()
{
It’ working! Thanks a lot! =D>
If I am not using Sencha CMD I can’t resolved this problems, m?
Can I use a stores, models and views that are defined in another application?
For example. I have first application:
Ext.application
(
{
name: 'Book',
id: "Book",
I added this string:
headers:
{
'Content-Type': 'application/x-www-form-urlencoded'
},
But it didn't help me!
Ok, I used this on PHP and resolved my problem:
Ok, thank you. I’ll try it.
I understood what wrong. I have to use payload if I want to take sent data:
// PHP
$pol = file_get_contents("php://input");
$json = json_decode($pol, true);
But I thought the data is...
I have created an application using MVC and CRUD pattern. My Application has to send data to server by form. I used ExtJs 5.0.1 and PHP 5.3 on my server. You can see demo here:...
Ok, let me show what’s happed.
My code you can see here: http://test.detdom5.ru/extJsError/index.htm
If you send the first form by Opera 11.6 you see empty message. But if you send the second...
ExtJs 3.3.1
I create this code:
Ext.onReady
(
function()
{
Hello everybody.
I have this code:
Ext.Ajax.request
(
{
url: "pathTomyFile.php",
method: "GET",