search for: switchoff

Displaying 9 results from an estimated 9 matches for "switchoff".

Did you mean: switch_fs
2006 Jan 04
4
HOWTO: Render partial in div
...ent_id = ?", @session[''user''].id, name.id]) # Render the tabs render :partial => ''tabs'' end # _tabs.rhtml <div id="tabs"> <ul> <li><a href="#" onclick="Effect.Appear(''new_plog''); Effect.SwitchOff(''contentcenter''); return false;"><span>New Plog</span></a></li> <% for archive in @archives %> <li><a href="#" title= <%= archive.id %> ><span> <%= archive.call_end %> </span></a></li...
2006 Jun 20
10
Next script.aculo.us release, help needed
...'s the URL to the bug list: http://dev.rubyonrails.org/query? status=new&component=script.aculo.us&type=defect&order=priority Since 1.6.1, following patches/changes have made it to trunk: * Fix only option in onEmptyHover, fiex #5348 [thx glenn nilsson] * Fix Effect.BlindDown and SwitchOff handling of supplied callbacks, fixes #5089 [thx martinstrom] * Fix a problem with field focus on Ajax.InPlaceEditor and loading external text, fixes #4988, #5244 [thx rob] * Do not attempt to scroll if scrollspeed is 0/0, fixes #5035 [thx tomg] * Fix a problem with Sortable Tree serialization,...
2007 Oct 23
1
MGE Pulsar Ellipse 800 offearly or box shutdown late
...ERY situation it could could be more frequent!? - I think this is the core of the problem. - the UPS switchdown early, and after 5-10 seconds the boxes follow him:( I'm trying to set lobatt=70, offdelay=20, ondelay=60 (10 minutes), notification=3 - but the situation still remain, and UPS switchoff quicker (on about 70% charge?). I'm lower the charge, instead of 300 W I'm used about 120 W (three 40 W lamps), the system in this case work correctly. I think my problem that this UPS allow me shutdown as quickly as possible, no wait for "LOW BATTERY" situation, what is set by ma...
2006 Jan 22
0
Starting with a hidden box
Considering Thomas''s Combination Effects demos at http://wiki.script.aculo.us/scriptaculous/show/CombinationEffectsDemo and looking at the list near the bottom of the page under "Alternative Demo", how can I create a page where the box initially has Effect.SwitchOffand the onclick will change it to Effect.Appear? My objective is to ulitmately create a list of items in one div whcih, when an item is clicked, the "pages" replace each other in another div. Something like... Effect.SwitchOff all pages, Effect.Appear page 6, for example. New to all of...
2005 Aug 08
0
some script.aculo.us effects not working?
The effects Effect.Puff and Effect.SwitchOff on the demo site are not working, and Toggle.display and Element.show are also failing on a site I''m developing with the current version of the script.aculo.us effects. This is occuring on both Safari and Firefox on my Mac. No javascript errors are thrown, either. Anyone else having thi...
2007 May 14
8
Problem with script.aculos.us script
I''m newbie to rails application. I like to use script.aculos.us script in my app. I faced the following problem. 1. first i creat my application. 2. Then I copied the files scriptaculous.js, builder.js, effects.js, dragdrop.js, controls.js and slider.js and prototype.js into my app/public/javascripts/ 3. Then included the <%= javascript_include_tag :defaults %> code into head
2008 Jul 25
5
VT-d "partial" success - passing DVB-S tuner to Windows DomU (based off previous thread of similar name!)
Hi All, So I''ve got a DVB-S PCI Express card ($30 USD Twinhan AD-SE200 off eBay) that''s being passed via VT-d/pciback in Xen 3.2.1 under CentOS 5.2 to a Windows XP SP3 which works! ... except for one small issue... Motherboard is an Intel DQ35JO that much people has had success with and an Intel E8400 CPU. The issue is that when dealing with FTA MPEG-2 transport streams (DVB-S
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...scaleContent: false, + Object.extend({ scaleContent: false, scaleX: false, restoreAfterFinish: true, afterFinishInternal: function(effect) { effect.element.hide().undoClipping(); - } + } }, arguments[1] || { }) ); }; @@ -619,13 +625,13 @@ Effect.SwitchOff = function(element) { new Effect.Scale(effect.element, 1, { duration: 0.3, scaleFromCenter: true, scaleX: false, scaleContent: false, restoreAfterFinish: true, - beforeSetup: function(effect) { + beforeSetup: function(effect) { effect.element.makeP...
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