Search Type: Posts; User: Rafael
Search: Search took 0.02 seconds.
-
1 Jun 2009 12:31 PM
Jump to post Thread: How to create a icon in TaskBar by Rafael
- Replies
- 1
- Views
- 846
How to create a icon in TaskBar ?
-
29 May 2009 11:10 AM
- Replies
- 1,016
- Views
- 303,785
Thank you.
-
29 May 2009 10:52 AM
- Replies
- 1,016
- Views
- 303,785
man sorry dont undertand.
you have a example for MIFP.getFrame () .print () ?
need to know a name of parameter pass for .php . -
29 May 2009 10:21 AM
- Replies
- 1,016
- Views
- 303,785
man i go now test.
But i have doubt, the pdf open in iframepanel but i click button Print to the Acrobat Reader and print my system.
How to make to PRINT only iframepanel ?
THis override, in... -
29 May 2009 8:56 AM
- Replies
- 1,016
- Views
- 303,785
thank you
it is great -
29 May 2009 8:18 AM
- Replies
- 1,016
- Views
- 303,785
the probleman is the PDF is dont save automatic.
-
29 May 2009 7:21 AM
- Replies
- 1,016
- Views
- 303,785
function gerarPDF(dados){
try{
Ext.Ajax.request({
url: 'boleto/pdf_boleto.php',
... -
26 May 2009 6:41 AM
- Replies
- 1
- Views
- 1,579
items : { html: "<iframe src='http://localhost:8090/boleto/include/layout_itau.php?parametroBoleto="+ Ext.util.JSON.encode(dados) +"' style='border:0px; width: 100%; height: 100%;'></iframe>" }
... -
22 May 2009 10:58 AM
- Replies
- 0
- Views
- 685
How make To print by printer the loaded Page for the Ajax.Request?
-
17 May 2009 11:56 AM
- Replies
- 6
- Views
- 1,247
How to incapacitate the bar of clod roller of the textarea
-
15 May 2009 1:47 PM
- Replies
- 14
- Views
- 2,944
Condor, i change closeAction for close but when have a htmleditor in FormPanel, the others fields is hide, look at image
this.wrap.dom is null
chrome://firebug/content/blank.gif ... -
15 May 2009 9:16 AM
Jump to post Thread: Doubt how to creat a new property by Rafael
- Replies
- 4
- Views
- 966
Ext.override(Ext.form.Checkbox, {
unchekedValue: function(value){
if( !this.checked ){
this.setValue = value;
return;
}
}
});
unchekedValue... -
15 May 2009 8:02 AM
Jump to post Thread: Doubt how to creat a new property by Rafael
- Replies
- 4
- Views
- 966
xtype: 'checkbox',
fieldLabel: 'Agendar Visita',
align: 'left',
name: 'agendar_visita',
id:... -
15 May 2009 7:28 AM
Jump to post Thread: Doubt how to creat a new property by Rafael
- Replies
- 4
- Views
- 966
Ext.override(Ext.form.Checkbox, {
unchekedValue: function(value){
if( !this.checked ){
this.setValue = value;
return;
}
}
});
But not work,... -
14 May 2009 11:42 AM
- Replies
- 1
- Views
- 730
{
xtype: 'checkbox',
fieldLabel: 'Agendar Visita',
align: 'left',
name: 'agendar_visita',
... -
13 May 2009 2:11 AM
- Replies
- 14
- Views
- 2,944
I use this
var _AbrirChamado = Ext.getCmp('ID_AbrirChamado');
if (!_AbrirChamado){
var FP_AbrirChamado = new Ext.FormPanel({
...
});
... -
12 May 2009 7:11 AM
- Replies
- 14
- Views
- 2,944
I try with
cloaseAction: 'close'but dont work. When click in button :
listeners: {
click: function() {
WI_AbrirChamado.close();... -
12 May 2009 6:59 AM
- Replies
- 14
- Views
- 2,944
the first option it is work.
Condor, have this error:
Denied permission to read the property XULElement.accessibleType
chrome://firebug/content/blank.gif this.doc.close();
Why this... -
12 May 2009 6:19 AM
- Replies
- 14
- Views
- 2,944
Condor i try this in Window :
closeAction: 'hide',
listeners:{
beforehide: function(){
WI_AbrirChamado.destroy(); and try too WI_AbrirChamado.hide();
}
} -
12 May 2009 5:47 AM
- Replies
- 14
- Views
- 2,944
The probleman is a htmleditor.
When open window with htmleditor in second time have this error:
this.wrap.dom is null
chrome://firebug/content/blank.gif this.wrap.dom.innerHTML... -
11 May 2009 7:44 AM
- Replies
- 14
- Views
- 2,936
Thank you CONdor
great. -
11 May 2009 7:18 AM
- Replies
- 14
- Views
- 2,936
items: new Ext.ux.PasswordField({
showCapsWarning: true,
maskRe: /[^A-Z]/,
dataIndex: 'senha_funcionario',
... -
11 May 2009 7:11 AM
- Replies
- 14
- Views
- 2,936
Condor, thank you.
I have a probleman if a event blur.
I have a focus in Texfield but if i click in another Textfield the event blur dont work. Work when i press tab. -
11 May 2009 6:43 AM
- Replies
- 14
- Views
- 2,936
- Shifted keys
- Normal keys with Caps-Lock -
11 May 2009 6:15 AM
- Replies
- 14
- Views
- 2,936
is here dont work with SHIFT and work with CAPSLOCK
new Ext.form.TextField({
enableKeyEvents: true,
listeners: {
keypress: function(f, e){
var charCode = e.charCode;
if((e.shiftKey...
Results 1 to 25 of 120
