Search Type: Posts; User: Radius-Service
Search: Search took 0.01 seconds.
-
21 Nov 2012 7:39 PM
- Replies
- 2
- Views
- 409
Thank you! I did everything the same. But found the differences. I used the "type":
Ext.define('vReportsProductsSN.tab_5.chart.model', {
extend: 'Ext.data.Model',
fields: [
{name:... -
19 Nov 2012 3:30 AM
- Replies
- 64
- Views
- 27,048
Printing GridPanels with GroupingView and GroupSummary plugin
http://www.rahulsingla.com/blog/2010/10/extjs-printing-gridpanels-with-groupingview-and-groupsummary-plugin
But working with Ext 3... -
18 Nov 2012 9:50 PM
- Replies
- 2
- Views
- 409
Is it possible to fit on one line graph with a different amount of points?
Something similar to the following algorithm:
for (i = 0; i <= c; i + +) {
if (i> 5) {
t_data.push ({
... -
14 May 2012 1:45 AM
- Replies
- 5
- Views
- 764
Example: http://extjs-test.vashot.com/index4.html
Test_1 - Error
Test_2 - OK (Commented out line: "type: 'table' ") -
11 May 2012 1:16 AM
- Replies
- 5
- Views
- 764
If you simplify the example, then it works.
But my example is not working. Not only works with the type of "table", with other types of layout - works. And according to the documentation, should... -
11 May 2012 12:19 AM
- Replies
- 5
- Views
- 764
Error: Uncaught exception: TypeError: Cannot convert 'j.owner.getTargetEl().child("table",true)' to object
Ext.create('Ext.container.Container', {
id: 'tblayout',
title: 'Table... -
20 Jan 2012 4:11 AM
- Replies
- 36
- Views
- 7,214
Ext.define('mdl_tentantregion', {
extend: 'Ext.data.Model',
fields: [
{name: 'TENANTREGION_ID', type: 'int'},
{name: 'CTENANT_ID', type:... -
21 Nov 2011 1:48 AM
- Replies
- 2
- Views
- 584
Test site: http://extjs-test.vashot.com/
Please click on the button "Test_2" in the menu.
WinXP SP3, Ext JS 4.0. 7-gpl
Opera 10.52, Firefox 8.0, Chrom 15, IE 8 -
21 Nov 2011 1:22 AM
- Replies
- 2
- Views
- 497
Test site: http://extjs-test.vashot.com/
WinXP SP3, Opera 10.52, Ext JS 4.0. 7-gpl
29440 -
21 Nov 2011 1:17 AM
- Replies
- 2
- Views
- 555
Test site: http://extjs-test.vashot.com/
WinXP SP3, Opera 10.52, Ext JS 4.0. 7-gpl
After closing window "Test1", there are phantoms points.
[/URL]29440[URL="http://extjs-test.vashot.com/"]... -
16 Nov 2011 1:51 AM
- Replies
- 2
- Views
- 555
4.0.7
WinXP
Opera 11.52
On the background page are ghost tracks after closing the form (closeAction: 'hide') which were the symbols point (".").
29324
2932529326 -
15 Nov 2011 3:19 AM
- Replies
- 4
- Views
- 864
{
id : 'radiogroup_parametrestype',
xtype : 'radiogroup',
width : 150,
style : 'margin-left: 10px;',
items: [
{
id :... -
14 Nov 2011 9:20 PM
- Replies
- 2
- Views
- 584
Ext.create('Ext.window.Window', {
id : 'vProductsParam.editWindow',
layout: {
type: 'auto',
align: 'stretch'
},
... -
14 Nov 2011 2:51 AM
Jump to post Thread: Replace store in grid by Radius-Service
- Replies
- 5
- Views
- 1,511
Thank you. And indeed, it works.
But let's wait for the next release, I can not use 4.0.7 because of another unsolved problem:... -
13 Nov 2011 9:28 PM
Jump to post Thread: Replace store in grid by Radius-Service
- Replies
- 5
- Views
- 1,511
if (Ext.getCmp('grid').store.getCount() > 0) {
Ext.getCmp('grid').store.removeAll();
Ext.getCmp('grid').view.refresh();
}
Ext.getCmp('grid').reconfigure(Ext.StoreMgr.lookup('ds_2'));... -
11 Nov 2011 2:17 AM
Jump to post Thread: Replace store in grid by Radius-Service
- Replies
- 5
- Views
- 1,511
Ext.create('Ext.data.Store', {
storeId : 'vProductsParam.ds',
model : 'mdl_cassemblyparameter'
});
Ext.create('Ext.data.Store', {
storeId : 'vProductsParam.ds_2',
model :... -
10 Nov 2011 4:13 AM
- Replies
- 4
- Views
- 864
1. There are two radio element in the radio group.
2. The first selected.
3. Select the second item.
4. Triggered an event change.
5. At this point, both radio item selected!
6. Selected, only... -
10 Nov 2011 2:13 AM
- Replies
- 2
- Views
- 497
Incorrect rendering of the components in the toolbar.
Ext.create('Ext.grid.Panel', {
id : 'vProductsParam.grid',
store : 'vProductsParam.ds',
... -
25 Oct 2011 7:01 PM
- Replies
- 2
- Views
- 647
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type"... -
25 Oct 2011 2:40 AM
- Replies
- 2
- Views
- 647
REQUIRED INFORMATION
Ext version tested:
Ext 4.0 rev 7
Browser versions tested against: -
23 Oct 2011 7:55 AM
- Replies
- 1
- Views
- 434
<div id="container-1058" class="x-container x-window-item x-container-default" role="presentation">
<div id="WindowAdd.maxdate" class="x-field x-form-item x-field-default" style="width: 255px;">... -
23 Oct 2011 7:35 AM
- Replies
- 1
- Views
- 434
[4.0.7]
Ext.create('Ext.window.Window', {
frame : false,
plain : true,
modal : true,
closeAction ... -
12 Oct 2011 2:55 AM
- Replies
- 3
- Views
- 455
Don't working.
Or am I doing wrong?
Ext.create('Ext.toolbar.Toolbar', {
id : 'main.panel.mainMenuBar',
dock : 'top',
height : 27,
items:[ -
12 Oct 2011 2:04 AM
- Replies
- 3
- Views
- 455
Hello
Can you please tell how to make sure that when you click on a menu item ('mAdmin'), which has a submenu ('btnCatalog'), menu (mAdmin) not to hide?
Thanks.
items:[ -
5 Oct 2011 9:31 PM
Jump to post Thread: Tooltip for Tab by Radius-Service
- Replies
- 0
- Views
- 670
Not drawn a tooltip for the tabs.
Ext.create('Ext.tab.Panel', {
id: 'vComponentsReviewName.tabs',
plain: true,
activeTab: 0,
...
Results 1 to 25 of 47
