search for: accordion

Displaying 20 results from an estimated 20 matches for "accordion".

2006 Mar 03
6
[PATCH] Effect.Accordion (not from the wiki)
Hello boys and girls In the ever-loving spirit of OSS, here''s another feature for s.a.u. In particular it''s called Effect.Accordion, and is a scriptaculified version of openrico''s Accordion. Work in progress, I''ll submit further modifications as the come in, but this is 90% of what needs to be done. I anticipate some bugs when I start using it more. Tested on FF1.5 and IE6/7. Comments are welcome, and in fa...
2006 Mar 09
0
[FEATURE] Effect.Accordion
Hey guys Attached is probably the final version of my Effect.Accordion. I don''t know how it compares to the previous Effect.Accoridon submitted. It still flickers a bit, however there is a hack which fixes the container''s height, so it doesn''t flicker the rest of the elements on the page. It''s also barely noticable in IE6. Any sugg...
2006 Jan 21
8
scriptaculous accordion feature - Jump?
Trying the accordion feature as offered at: http://wiki.script.aculo.us/scriptaculous/show/accordion+feature The objective is to remove the "jump" reported in the Rico accordion feature. My demo of the scriptaculous feature, however has a noticeable jump when tested if FireFox. and IE Win. See: http://www.ji...
2006 Feb 21
7
accordion (outlook bar thingy) help
Does anybody have a solution that really works nice? I know about: http://wiki.script.aculo.us/scriptaculous/show/accordion%20feature but I was hoping someone had worked out the kinks. I''m really looking for something like: http://openrico.org/rico/demos.page?demo=rico_accordion Thanks for your time. Joe _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf...
2006 May 09
12
prototype: leak with Element.extend
Had a nasty memory leak that was seriously slowing down the browser and eating up a couple megabytes every reload. I was using: $$(''.dyntable'').each(function(elm) { new DynTable(elm) }); To set up my behavior, but discovered that just running: $$(''.dyntable''); Caused the memory leak all by itself. The fix I found for it was to change Element.extend to a
2006 May 20
10
Changing the height of LI elements to achieve such an effect?
Hi Everybody, I was wondering if there is such a work done with Scriptaculous/Prototype before and if not how to achieve it? Example : http://www.anatolip.com/ It is done with codes borrowed from moofx and his own codes. Thanks in advance Danial _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Feb 08
3
OpenRico LiveGrid or similar
...sing (the database load was kept low and the app''s speed was fantastic). Using the conventional techniques such as paginated browsing is out of the question in the app I''m going to develop. If not, would anyone be interested in getting this (and some other stuff such as the accordion from OpenRico) as a plug-in or added to Rails itself in a way similar as to Protoype and script.alico.us are transparently merged into form_remote and RJS? Best regards Peter De Berdt
2006 Feb 22
2
''this.initialize'' is null or not an object
Hi, working on the accordion widget and it''s actually working nice (doesn''t seem to be jumpy) now but I am receiving a javascript error in IE 6. Does anybody have any ideas why it is happening? Thanks <script language="javascript"> sbr_stretch(el) { thisBodyId = el.parentNode.id + &quo...
2005 Dec 13
10
new classes
Hi list, I made some classes for script.aculo.us. I think some of them are useful. Please try them and feed me back, like bug report etc. Check it out at: http://script.spinelz.org/ Thanks. Kaoru _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Mar 14
14
Gusto.com Rails Site
Hello - I wanted to announce a very large web application that was built with Ruby on Rails and runs the site Gusto! http://www.gusto.com/ . It was deployed yesterday in a little over 4 months of development with 3 developers. The origins of the site were being developed in Java using Hibernate + Tapestry and the decision was made to port the 100+ table model to Rails to see if there were
2006 May 29
0
@content_for_layout transition effects
I was guessing if its possible to make transitions effects for the code that are included inside @content_for_layout(ex: new, list, edit) like a fade out and fade in, right now im using the accordion effect of moo.fx but the content its to much inside and sometimes takes a while to load and show the effect properly. Any example or advice its more than welcome, ill keep searching about this. -- Posted via http://www.ruby-forum.com/.
2003 Aug 12
0
excellently
...pothalamic tappet acronyms talkativeness meridional botches allstate > bodybuilding exceeding powder boyishness breaches hydrology satanic > breaching cringe tall bowdlerize excretion boomerangs illustrations > ampex maybe bonaventure icings temperance portulaca militarily > accordions blaine > > References > > 1. http://srd.yahoo.com/drst/bowed/*http://www.med12z.com/sh/index.html > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-...
2008 Apr 17
0
link_to method doesn't work with shared css/javascript class
<script> ddaccordion.init({ headerclass: "expandable", ..... </script <li class="expandable"><%= link_to "institut", {:controller => "news"} %></li> ...at first I want to say that I''m pretty new in ruby ... may u are able to...
2005 Jul 26
0
re: sortable tree :)
...g very nicely in all browsers and most performance issues > have been worked out. the tree is also collapsible! Thanks! this is (almost) exactly what I have been unsuccessfully hacking on for my company''s new app . (I was attempting multiple sortable/droppable lists inside a rico.js Accordion) Now that kidz summer vacation stuff is done, the new air conditioner will be delivered today, the phone is working again and there are (*fingers crossed*) no more ER trips, maybe I''ll actually have time to work.:) My Javascript expertise is limited to say the least, but if there''...
2006 Sep 19
0
Effect.Highlight interferes with Effect.toggle
I''m using something like an accordion, but the div containers have some elements in them that use Effect.Highlight (i.e. InPlaceEditor and Ajax.Checkbox, one of my SAU classes). If I click the element that starts the Effect.SlideUp or some other similar effect, and then mouse over an element starting an Effect.Highlight, the highli...
2007 Nov 06
4
strange behavior from purge
I have the following define... define puppet::module_dir { if $name { include puppet file { "${puppetdir}/modules/${name}": ensure => directory, mode => 0755, purge => true, recurse => true, } } } I call it like so: puppet::module_dir { "main" } puppet::module_dir
2007 Sep 25
4
"Have I included class X" function?
Anyone know if it would be straightforward to extract this information from Puppet, probably in a custom function: The classes included as a result of the client''s parsed configuration - or - Am I in class X as a result of my parsed configuration? I''m thinking it would result in a more elegant manifest if classes X and Y behaved differently if they were both included compared
2005 May 08
3
1.0-test69
http://dovecot.org/test/ - Several mbox fixes, upgrade recommended for test68 mbox users - Possibly fixes some IMAP hangs where Dovecot just stopped replying - Fixed delay-newmail workaround. It was badly broken before. And somewhat off topic advertisement: I got a bit distracted from Dovecot a week ago when a guy started mailing me about wanting to write an irssi2 client as a project to
2012 Mar 14
4
Improving help in R
Hello R people I always wander what other people say about the R help. Finally after some years of using, I decided that it is probably time to try to do something about it, because the feeling of gritting teeth does not go away with years of usage. :) Moreover, I think it is one of the few things where R does not kick asses to the other statistical softwares. So, to the point: I get the feeling
2010 Nov 05
7
nut on pclos-2010.7
Greetings people; The section of drakeconf that pclos uses has two problems. First is several screens full of complaints about deprecated syntax in "/etc/udev/rules.d/70-nut-usbups.rules" at each reboot. So I pulled the current 2.5 svn trunk, then found I was missing quite a few build tools needed here that aren't used when building a kernel, currently running a 32 bit