Search Type: Posts; User: yazan_rababa
Search: Search took 0.02 seconds.
-
26 Nov 2008 12:37 AM
Jump to post Thread: grid render by yazan_rababa
- Replies
- 0
- Views
- 827
hi all,
i have a problem on grid of ext1.1 please see the attached image, sometimes there is empty rows, and sometimes the row rendered twice, is there anyone faced this problem?
thanks in advance.... -
11 Sep 2008 2:51 AM
- Replies
- 43
- Views
- 19,461
i think your problem in both LTR and RTL, i am using a lot of combo boxes in my project all of them r working fine with good positions.
about scrolling tabs i do not have time to work on this issue,... -
9 Sep 2008 11:02 PM
Jump to post Thread: bug with internet explorer by yazan_rababa
- Replies
- 13
- Views
- 2,043
.
-
1 Sep 2008 2:54 AM
- Replies
- 5
- Views
- 889
var partSearchColumnModel =new Ext.grid.ColumnModel([
{ header:'',
dataIndex:'detailScreen',
id:'open-detail-screen-id',
width:20,... -
1 Sep 2008 2:37 AM
- Replies
- 5
- Views
- 889
use code tags, try global function.
-
27 Aug 2008 12:34 AM
Jump to post Thread: bug with internet explorer by yazan_rababa
- Replies
- 13
- Views
- 2,043
main different between ie and firefox is extra commas. for example
var win = new Ext.Window({
height:300,
title:'window',
width:300 , // bug
})
win.show();this code will run in... -
18 Aug 2008 1:39 AM
- Replies
- 43
- Views
- 19,461
i hope it will help you with regard to extjs, add them in case rtl
-
29 Jul 2008 8:06 AM
- Replies
- 3
- Views
- 2,386
your code
grid.getSelectionModel().on('rowselect', function(sm, rowIdx, r) {
Ext.getCmp('textfield').focus();
});
please try this
grid.getSelectionModel().on('rowselect',... -
29 Jul 2008 1:28 AM
- Replies
- 6
- Views
- 2,477
thanks again, because it is important to override both functions, these functions were used a lot in our project
-
29 Jul 2008 1:12 AM
- Replies
- 6
- Views
- 2,477
Thank you so much.
i tried this code
Ext.util.JSON.decode = function(json){
alert();
var v='';
try {
v = eval("(" + json + ')');
}
catch (e){ -
29 Jul 2008 12:32 AM
- Replies
- 6
- Views
- 2,477
hi guys
i want to override json decode to handle Syntax Errors by error exception.
Ext.util.JSON = new (function(){
...........;
...........;
this.decode = function(json){
... -
27 Jul 2008 8:23 AM
- Replies
- 5
- Views
- 1,619
params: {
dbhost : dbinfo[0],
dbport : dbinfo[1],
dbname : dbinfo[2],
dbuser : dbinfo[3],
dbpasswd : dbinfo[4]
}if dbinfo is emty or null the ajax... -
23 Jul 2008 12:25 AM
- Replies
- 4
- Views
- 941
the handlers are not the same for all buttons except for iteration index test this:
for(var j=0; j<5;j++){
var x = " ' " +j+ " ' ";
... -
13 Jul 2008 11:52 PM
- Replies
- 2
- Views
- 957
{
region: 'center',
deferredRender: false,
autoScroll: true,
id: "centerR",
layout:'border',
items:[{
region:'center',
items: [loginForm],
... -
13 Jul 2008 7:31 AM
- Replies
- 4
- Views
- 2,077
can you write the date as a string in this format('5/4/06') by getting m d y then pass it as a variable to json?
-
13 Jul 2008 6:04 AM
Jump to post Thread: IE7 grid drag header by yazan_rababa
- Replies
- 1
- Views
- 934
function fly(el) {
var libFlyweight;
if (!libFlyweight) {
libFlyweight = new Ext.Element.Flyweight();
}
libFlyweight.dom = el;
return libFlyweight;
}... -
13 Jul 2008 2:48 AM
Jump to post Thread: Possible bug with tabPanel? by yazan_rababa
- Replies
- 2
- Views
- 709
use code tags
new Ext.TabPanel({
region:'west',
id:'west-panel',
activeTab: 0,
collapsible: true,
collapseMode: 'mini',
... -
13 Jul 2008 2:24 AM
Jump to post Thread: IE7 grid drag header by yazan_rababa
- Replies
- 1
- Views
- 934
hi all,
i have a problem while trying to drag headers of the grid, when clicking the headers, ie7 browser message error will appear and halt the browser, i disabled the message errors from tools->... -
12 Jul 2008 10:54 PM
- Replies
- 2
- Views
- 998
assign an id for the form and the window.
you can use this code to close the window anywhere
Ext.getCmp('myWinId').close();
and this code to submit:
... -
10 Jul 2008 2:11 AM
- Replies
- 14
- Views
- 14,924
did it work fine in opera, i tried it when you right click on grid the default browser menu will show instead of the default grid context menu
-
7 Jul 2008 8:36 AM
- Replies
- 3
- Views
- 773
you may use this
Ext.namespace('Ext.ux');
Ext.ux.userGrids= function(){
var userGrid = new Ext.grid.GridPanel({
id:Ext.id(), // ... -
5 Jul 2008 11:18 PM
Jump to post Thread: getting opened ext windows by yazan_rababa
- Replies
- 5
- Views
- 1,261
i do not know if there is built in method in ext can do this.
i used an array to save the id of the window after showing it, then check Ext.getCmp(winId) if true.............. -
2 Jul 2008 8:07 AM
Jump to post Thread: getting opened ext windows by yazan_rababa
- Replies
- 5
- Views
- 1,261
hi all
is there a way to get all opened ext windows ?
thanks in advance -
2 Jul 2008 12:02 AM
- Replies
- 8
- Views
- 4,712
<script type="text/javascript">
document.onkeydown = function(){
var x = event.keyCode;
if (((x == 70)||(x == 78)||(x == 79)||(x == 80)) && (event.ctrlKey) || (x > 111 && x<124) ){
... -
1 Jul 2008 7:03 AM
Jump to post Thread: Help with some buttons event by yazan_rababa
- Replies
- 5
- Views
- 1,231
what is termName ?
try to comment
termName.enable();
termName.disable();
Results 1 to 25 of 109
