Search Type: Posts; User: captainm1uk
Search: Search took 0.11 seconds.
-
30 Apr 2008 4:50 AM
- Replies
- 14
- Views
- 3,279
Sorry - this would be the correct format which works :))
Ext.onReady(function(){
Ext.MessageBox.show({
title:'System Message',
msg: 'Blah blah, blah',
buttons:... -
30 Apr 2008 4:39 AM
- Replies
- 14
- Views
- 3,279
Would this be correct then
Ext.onReady(myMessage){
function myMessage(){
Ext.MessageBox.show({
title:'System Message',
msg: 'Blah blah, blah',
buttons: Ext.MessageBox.OK,
fn:... -
30 Apr 2008 4:27 AM
- Replies
- 14
- Views
- 3,279
so would it be Ext.onReady(function(mybox){
function myBox
blah blah blah -
30 Apr 2008 4:23 AM
- Replies
- 14
- Views
- 3,279
yes
so i am back to square one - the function is being passed yet i still get the error message
Am i missing something ? -
30 Apr 2008 4:10 AM
- Replies
- 14
- Views
- 3,279
I think so - isn't this is what it is doing already?? Ext.onReady(......
-
30 Apr 2008 4:06 AM
- Replies
- 14
- Views
- 3,279
Sorry you have lost me !!!
-
30 Apr 2008 3:12 AM
- Replies
- 14
- Views
- 3,279
Yes - when the page loads, a prompt box comes up then they press ok and the window closes
-
30 Apr 2008 2:58 AM
- Replies
- 14
- Views
- 3,279
Hi
I have a message box set on the onReady state of a form - the prompt comes up ok but I get the above error in FF - can anyone help
<script type='text/javascript'>
Ext.onReady(... -
13 Feb 2008 2:53 AM
Jump to post Thread: Accordian debug console by captainm1uk
- Replies
- 0
- Views
- 2,172
Hi
I am using the accordian and it is great - the only thing is that if you click on the content and drag it, it brings up an ext debug console. How can I disable this
Thanks -
5 Feb 2008 8:38 AM
Jump to post Thread: Opening a page from a link by captainm1uk
- Replies
- 2
- Views
- 1,294
Hi
It isn't an outline. The outline is on the left hand side. This is just a summary of text. We were testing the database and someone said Can we have links where the text is on the right... -
5 Feb 2008 7:42 AM
Jump to post Thread: Opening a page from a link by captainm1uk
- Replies
- 2
- Views
- 1,294
Hi I have an app using noth south east and west panels. In the east panl I have put some text in there.
The text is passthru html on the page. Is it possible to make them in to links to views. ... -
17 Jan 2008 8:09 AM
- Replies
- 5
- Views
- 1,622
Browser.window.close
-
17 Jan 2008 7:49 AM
- Replies
- 5
- Views
- 1,622
Just an update
window.close() & self.close() work when the form is in read mode but not in edit mode ??? -
17 Jan 2008 7:33 AM
- Replies
- 5
- Views
- 1,622
Thanks for that but tried it already
function closeHandler() {
self.close();
}
:( -
17 Jan 2008 6:44 AM
- Replies
- 5
- Views
- 1,622
Hi I have a toolbar with several button on it. One of them being Close. I want to close the browser window but it doesn't work.
In the button I have the handler: closeHandler and the actual... -
10 Jan 2008 7:05 AM
Jump to post Thread: Compose Document by captainm1uk
- Replies
- 7
- Views
- 2,973
Have you used the mailpage.html instead and place all your code in there ?
-
6 Dec 2007 2:23 AM
- Replies
- 0
- Views
- 1,960
Is it possible to hide a toolbar button based on a view
something like if(this.UIView = 'myView')
myButton.hide();
Thanks -
5 Dec 2007 6:40 AM
Jump to post Thread: Is it possible to.... by captainm1uk
- Replies
- 1
- Views
- 2,183
Have a link to a document that when clicked, opens up the layout with the doc opened up in the center.
I have an agent that when submitted runs and sends an email with a url on it to the current... -
3 Dec 2007 1:55 PM
- Replies
- 8
- Views
- 2,867
Thanks Zak will try it tomorrow
-
3 Dec 2007 1:29 PM
- Replies
- 8
- Views
- 2,867
within the uiview class not sure as this is called from the following in the extnd-all library so when the page is built and I right click on the view, it appears
gridHandleRowContextMenu:... -
3 Dec 2007 1:26 PM
Jump to post Thread: Help !!!! by captainm1uk
- Replies
- 5
- Views
- 2,604
Hi Zak
Thanks for that but doing this I get the error I spoke to you before regarding the comboField ...cf.comboField.... -
3 Dec 2007 12:54 PM
- Replies
- 8
- Views
- 2,867
The code is on an intranet so it is not viewable so here is the deleteDocument function that is being called
This is the error
Index or size is negative or greater than the allowed ammount
... -
3 Dec 2007 7:32 AM
- Replies
- 8
- Views
- 2,867
This is what I originally used but it errored
menu.add({editMade: false, text : 'Delete', handler : this.deleteDocument, icon: dbPath + 'delete.gif', scope: this});
Am I missing parameters ? -
3 Dec 2007 7:28 AM
Jump to post Thread: Help !!!! by captainm1uk
- Replies
- 5
- Views
- 2,604
That is what I don't understand. Zakaroonikov game this code and what it is supposed to do is do a live search to the address book and when you press a name, it populates the email field with their...
-
3 Dec 2007 3:55 AM
Jump to post Thread: Help !!!! by captainm1uk
- Replies
- 5
- Views
- 2,604
Hi I have some script to populate 2 fields and get an error saying "AppUI is undefined" and haven't a clue - can somebody please help
Ext.onReady.createCallback(AppUI.init, AppUI, true));...
Results 1 to 25 of 120
