search for: defaultview

Displaying 5 results from an estimated 5 matches for "defaultview".

Did you mean: default_view
2005 Aug 31
4
Element.show - element.style.display=''''
...39;+element.style.display+''] getStyle() [''+getStyle(element,''display'')+'']''); } }, function getStyle(el,styleProp) { var x = $(el); if (x.currentStyle) var y = eval(''x.currentStyle.'' + styleProp); else if (document.defaultView.getComputedStyle) var y = document.defaultView.getComputedStyle(x,null).getPropertyValue(styleProp); return y; } [/prototype.js] ---------------------------------------------------------------------------- ------------------- [html] <html> <head> <title>Play</title> &l...
2005 Aug 15
6
setting position for draggables?
Hi list, how can I set the top and left CSS properties for draggable divs? When I modify the properties directly, the DIV jumps to its old position when I start to drag it. Thanks in advance! Martin _________________________________________________________________________ Mit der Gruppen-SMS von WEB.DE FreeMail k?nnen Sie eine SMS an alle Freunde gleichzeitig schicken:
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...+986,7 @@ Effect.Morph = Class.create(Effect.Base, { transform.unit != 'color' && (isNaN(transform.originalValue) || isNaN(transform.targetValue)) ) - ) + ); }); }, update: function(position) { @@ -1074,14 +1082,14 @@ if (document.defaultView && document.defaultView.getComputedStyle) { Element.getStyles = function(element) { element = $(element); var css = element.currentStyle, styles; - styles = Element.CSS_PROPERTIES.inject({ }, function(hash, property) { - hash.set(property, css[property]); - return...
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
2009 Oct 09
0
Wine release 1.1.31
...nt dispex data. mshtml: Use dispinterface DISPID_VALUE implementation if available. mshtml: Get rid of no longer needed HTMLLocation_value. mshtml: Added IHTMLAnchorElement::get_href implementation. mshtml: Added IHTMLAnchorElement::get_href tests. mshtml: Use document.defaultView to get iframe contentWindow. mshtml: Added IHTMLDOMNode::cloneNode implementation. jscript: Added FIXME about IClassFactoryEx. mshtml.idl: Moved IHTMLElement dispinterface declaration to macro. mshtml.idl: Moved IHTMLElement2 dispinterface declaration to macro. mshtml....