search for: beforeend

Displaying 4 results from an estimated 4 matches for "beforeend".

Did you mean: beforesend
2007 Mar 13
2
mime types
I''m trying to use the ajax.Updater function to send a message to the server and display an error message. Ok so far. However if the server detects no error with the data sent I want to open a PDF file in a new window. When I try to do this (using fpdf) the returned PDF is opened as text in the error div. Can anyone point me in the right direction. rgds gmcb
2006 Apr 12
7
AJAX automatic print to specific printer??
Is it possible to print directly to an XP Pro default printer without having to go through an intermediate dialog? The clients are XP Pro with IE. The printer is accessed directly through the network, but could easily be setup as a Windows shared printer if that helps us out. I''ve seen where I can use window.print but the user still has to click OK. I would like to avoid any
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...sertBefore(node, element.firstChild); - }, - initializeRange: function(element, range) { - range.selectNodeContents(element); - range.collapse(true); - } + top: function(element, node) { + element.insertBefore(node, element.firstChild); }, - bottom: { - adjacency: 'beforeEnd', - insert: function(element, node) { - element.appendChild(node); - } + bottom: function(element, node) { + element.appendChild(node); }, - after: { - adjacency: 'afterEnd', - insert: function(element, node) { - element.parentNode.insertBefore(node, elemen...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server