Sencha Ext JS is a JavaScript framework for building Rich Internet Applications (RIAs) that run in web browsers.
0
votes
1answer
7 views
Pass var between functions EXT js
i have a big question, i need in my program to pass the value of a field between two function to evaluated if the new value of that field is allow, i paste the code because is easer to understand waht ...
0
votes
1answer
4 views
Update: Does Sencha Touch really work with Internet Explorer 10?
I created a simple form based app using Sencha Touch 2.2.0. According to Sencha's website, Sencha Touch should work on Internet Explorer 10. When I double click on the app.html file using Safari, ...
0
votes
0answers
6 views
what is the normal size for a sencha touch app?
I built a sencha app using sencha Cmd, the app has the size of 17.4mb.
Is this the normal size for a web app? How can I reduce it?
0
votes
0answers
6 views
Sencha Cmd 3.1.2 missing dependencies.js
When running 'sencha app build package' Im geeting error code 255 and it says dependecies.js file is missing. Anyone with same 'issue'?
It's linux-64 version.
0
votes
1answer
9 views
ExtJS 4.2.1 changing Header Height of Panels,.. with SASS
i am currently styling my extjs application and want to change the header size of my title bars in my Application..
i am using the neptune theme as a base... i found out that their height is 36 px.. ...
0
votes
0answers
18 views
Store not Syncing models properly
Here is my store
Ext.define('CarboZero.store.ProjectStore', {
extend: 'Ext.data.Store',
requires: [
'CarboZero.model.ProjectT'
],
config: {
autoSync: true,
model: ...
0
votes
0answers
4 views
Sencha touch2 - Draw lines/dots from user gestures?
I want a section where the user is able to draw using gestures. I developed this functionality under ios but I'm looking for a way to do this once for both ios and android.
Thus, how to draw ...
2
votes
3answers
40 views
Why JSON.stringify giving JSON undefined error?
I am trying to use JSON.stringify in my javascript page (EXTJS) code but it's giving me JSON is undefined error. Error happends only in IE (ver.10). This code will work in FF and Chrome. Below is a ...
0
votes
1answer
22 views
IE9 cookies not working once browser is close and open?
i Have done application using Extjs 4.1. Have login page with remember me option. Here we are storing the remembered user information in cookie using java script, Once the use login the application ...
0
votes
2answers
18 views
not getting scrollable tabpanel Extjs 4.x with vbox layout
Hi I'm trying to get an automatic scrollbar on a tab in tabpanel using a vbox layout.
This is NOT working for me. It's seems that the "height" config value is ignored:
...
1
vote
2answers
19 views
Making a good pagination for a grid - extJS
I'm new to ExtJS.
I followed a tutorial with the aim to create a pagination on a grid.
The code was simple, and I found it suspicious...
as result, the paging toolbar is there but there are still all ...
0
votes
0answers
15 views
Sencha Touch 2: launch() function doesn't fire
Can anybody explain me why this function
launch: function(){ console.log('launch'); },
doesn't display 'launch' word in the console?
There are no errors in the console.
Seems like I use it in a ...
0
votes
0answers
8 views
Sencha Cmd side by side installation
I need to build different Ext Js projects with different Ext Js framework versions. They also need different versions of Sencha Cmd for building (3.0.2.288 and 3.1.2.342). Generally it is possible to ...
0
votes
1answer
13 views
Panel Header covering the grid when I change its height - ExtJS
Here's my issue. I added a picture into the Header Panel and the I wanted to change the height the Panel.
I did all of this via my CSS File :
.x-panel-header-default {
background-image: ...
0
votes
0answers
17 views
How to get params from a POST in Spring MVC?
In my js file, i have an Ext.Ajax.request to remove a user from a table. The most important thing is to send the username. This is my request code:
Ext.Ajax.request({
url: 'deleteUser.html',
...
1
vote
2answers
22 views
Change the color of summary row of grid in extjs
I want to change the font as well as background color of the summary row of the grid.I have tried getting the summary row as :
var summaryRow = grid.view.el.down('tr.x-grid-row-summary');
Based ...
0
votes
1answer
22 views
Images loaded in simulator but not on device?
I developed an application with Sencha Touch, which runs fine in iOS Simulator. The background image of my document body is shown.
When deploying the app to my iPhone, the background image is not ...
0
votes
2answers
26 views
Failure when pass param between functions in js
when i launch my applicattion appears the next failure: "record is null or is not an object", appears in the next line " var record = context.record;" Somebody could explain or find the failure... i ...
0
votes
0answers
22 views
Extjs How to send data from form to MVC3 controller?
OK so I have problem with sending data from my form to controller action
Its looks like this
My controller Action
[HttpPost]
public ActionResult Create(ProductsType products)
{
try
{
...
0
votes
1answer
21 views
Setting combo box display value dynamically from database data
I am having problems setting the value of an ext combo box at runtime/ dynamically. I have two chained comboboxes (Main category > Subcategory relation ship). I would like to have a scenario where a ...
1
vote
1answer
41 views
JS pass var between funtions
i have a dude, i want to pass a var between two functions.. how i can do that?
For example my code is the next
beforeedit:
function preditar(editor, e, eOpts) {
var ...
0
votes
0answers
7 views
Referencing the Sencha Touch and Touch Chart libraries?
In this post: http://stackoverflow.com/a/11763579/1116292
it was said:
first make sure that you're referencing the sencha touch library
inside the sencha touch distribution, not the main sencha ...
0
votes
0answers
17 views
EXT js beforeedit
i have now another big question, i paste my code and i asked then my question
var gridTablaConsulta = Ext.create('Ext.grid.GridPanel', {
title:'Consulta Tabla lotes',
id:'gridTabla',
...
0
votes
0answers
22 views
Extjs style radiogroup to right of toolbar grid
I have gridpanel and radiogroup on toolbar like http://jsfiddle.net/RHxU3/
tbar: [
{
xtype: 'radiogroup',
columns: 3,
style: 'float: right ...
0
votes
1answer
21 views
Ext.Loader Synchronously loading. Should I Ext.require() all my stores?
I have 20 Stores in my app. And i'm tunning & minifying my App with sencha build.
While debugging I saw a lot of [Ext.Loader] Synchronously loading warnings:
[Ext.Loader] Synchronously loading ...
0
votes
0answers
14 views
first record in the dataStore in EXTJS not getting displayed on dynamic save
BackGround:
I have a page divided into left and right sections. Left section consists of multiple navigational accordions, and each accordion can be expanded or collapsed to show the data in it.
This ...
0
votes
4answers
28 views
Sencha Tap listener not firing
I have a test application with a couple of views. I am trying to invoke a simple 'tap' listener on my buttons. Even though the controller is instantiated and launched, the tap event does not seem to ...
0
votes
0answers
20 views
Extjs HiddenField no value
I use Architect and Extjs 4.
I have a hiddenfield in my form like that :
{
xtype: 'hiddenfield',
fieldLabel: 'Label',
name: 'Type_O_J_S_M',
value: '1'
}
The render is (no value seeing) :
...
-4
votes
0answers
35 views
How i transfer safe a Username and Password about IFrame [closed]
I have a big application. In form of PHP and ExtJS and i use IFrames. But i search a easy way to transfer safe Userlogin Data.
I found this project: http://ternarylabs.github.io/porthole/
But i can't ...
0
votes
1answer
12 views
ExtJs 3.4 Form in window don't wont reopen
I've got problem with reopen form in window
In tool bar I've got button after click window with form show ups everything is ok
but when i click cancle and try to reopen then only window shows ...
0
votes
3answers
22 views
How do I center a button on a table and have that table fill a container in ExtJS?
I am new to ExtJS and I am having trouble centering a button in a container. I am basing my code off of the documentation on the Sencha website; however, I don't see a clear explanation for ...
0
votes
0answers
13 views
Dataview Item indexOf()
I have a dataview.dataview (list) which display my dataview.dataview.component.item.
These components are defined like this :
this.removeAll();
var tag;
switch(record.get('strUIType'))
{
case ...
0
votes
1answer
21 views
How to convert svg data to image/image base64 using java script [duplicate]
I have done application using Extjs 4.1 provided option to user to print screens. In all browser working fine without ant issues. But in IE9 except graph(Svg) everything is printing. Can any one tell ...
1
vote
1answer
31 views
Registering events works only first time
I have a window, and inside it a panel. The panel contains text (basic html). After the window is ready I call the following function, which finds elements with specific class, and registers click ...
0
votes
1answer
21 views
Combobox query override
How to return with query value and current combobox name?
I have combobox with remote store.
{
xtype: 'combobox',
fieldLabel: 'Some label',
editable: false,
name: 'my_combo',
...
0
votes
1answer
49 views
Invalid characters in JSON.parse(result.responseText);
I am returning a string that looks like this:
[{"name":"John","age":"21","gender":"m"}]
and then do:
JSON.parse(result.responseText);
to put data in grid control. It works fine in FF. In IE my ...
0
votes
0answers
19 views
Using Selenium IDE to change an Attribute's value
Using Selenium IDE
Is it possible to change the following
<div class="x-grid-checkheader"> </div>
to
<div class="x-grid-checkheader x-grid-checkheader-checked"> </div>
...
0
votes
0answers
17 views
Sencha Cmd Fails to Generate app in certain directories
I am using Sencha Cmd v3.1.0.239 on windows 7 and am trying to get down the basics of creating an extJS application. Currently I have run into a strange problem where it cannot build the application ...
0
votes
0answers
16 views
JavaScript Gantt editor with collapsible tasks as open-source?
Does somebody know about a Gantt chart with collapsible tasks? There are a number of charts around with a plain list of tasks, but I believe that the [+]/[-] option is necessary in order to deal with ...
0
votes
1answer
49 views
json array into Ext js Grid
How can I retrieve json array returned from my servlet in my ajax request in order to put it into an ext js grid?
Note: My application always returns an empty grid!
This is my ajax request:
...
0
votes
0answers
8 views
Adding Sencha Touch Charts 2.0 Beta to Sencha Touch 2 Project
I'm a web dev rookie and I'm trying to include Sencha Touch Charts (v2, beta) into my sencha app which works fine so far.
Can someone please explain the necessary steps in order to do that? And in a ...
0
votes
0answers
20 views
Stores and Dataview List - Can't Add Element - IndexOf of null
Using Sencha Touch (2.2) with Sencha Architect 2
I have a tree structure in which I navigate.
The nodes are Elements and elements can either be a folder or a leaf.
To display the elements on my ...
0
votes
0answers
32 views
Sending a JSON object to an ASP.NET webservice in ExtJS
I am trying to use an ajax proxy to send JSON parameters to a ASP.NET webservice but unfortunately I am just not able to make it work. I have managed to get the desired results by using an Ajax ...
0
votes
1answer
46 views
Get Element value in EXTjs GRID
how can i get the value of a field of a record in a GRID panel? I have the next code:
var gridTablaConsulta = Ext.create('Ext.grid.GridPanel', {
title:'Consulta Tabla lotes',
store: ...
0
votes
1answer
20 views
Ext JS 4.2.1 Layout run failed
I just want to create a layout where i've defined my custom application header.. and them some content beneath.. e.g. a border layout...
Ext.define('app.view.Main', {
extend: ...
0
votes
2answers
30 views
ExtJS : Count components that used in the form
I have a modal panel and includes several fields. Two fields of them bottom of the form. When user click a button, I would like to add one more field block just below the last fields. Therefore, I ...
0
votes
0answers
28 views
How to find all stores that use a particular Model in ExtJS
I'm fairly new to ExtJS and in the evaluation phase. I want to take care of data dependency in my system. For example, there is a pie chart showing different fund allocations for a portfolio. I might ...
0
votes
1answer
36 views
ExtJs JSONStore loaddata method loading only single record
I am trying to load data in JSONStore using loadData method, but it is only loading single record in store. Here is code snippet
var myRecord = Ext.data.Record.create([
{
name: 'Rid',
...
0
votes
1answer
30 views
beforeedit and edit EXTJs
I am trying to pass a record from a beforeedit to a edit in EXT js in an editable grid, because I need to do a validation depending on the previous value of that field. For example I have the row ...
0
votes
0answers
29 views
Extjs IE8 - Invalid source HTML (Ext.button.Button) (4.2.1)
I get
SCRIPT601: Invalid source HTML for this operation.
ext-all-dev.js, line 22833
In IE 8
This is the line:
else {
el.insertAdjacentHTML(hashVal[0], html);
}
I have ...




