search for: jalenca

Displaying 14 results from an estimated 14 matches for "jalenca".

Did you mean: jalencas
2005 Dec 04
2
Adding sortables dynamically
...list containers dinamically, so either I need to redo the Sortable.create calls for all new elements to include the newly added container, or having someway to have them generically included (like a class name). Is such thing possible? If not, would it cost much to add that option? TIA -- Victor Jalencas <Victor.Jalencas@gmail.com> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Jul 21
3
Question about sortables
...wever, either I don''t know how to use the tag property of Sortable.create properly, or it''s only working for li''s. Since it''s probably the first option, could someone post an example of sorting tr tags and move them from table to table? Thanks Victor -- Victor Jalencas <Victor.Jalencas@gmail.com>
2005 Dec 08
3
Uncomplete hiding on Firefox 1.5
...he blank space grow, making the container grow at the same time when the ul's are shown again. You can see an example of what I'm talking about at http://www.booktraq.com/example.html Anyone has an idea of what I am doing wrong? This doesn't happen with Safari TIA Victor -- Victor Jalencas <Victor.Jalencas@gmail.com> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Oct 04
5
sorting
I just want to confirm that it''s *not* possible to sort <tr>s in tables.... Jamie
2005 Jan 25
4
Collection_select with multiple options
Hi, I have built a select field that allows multiple options selected with collection_select and "multiple"=>"multiple". How do I go about receiving the values? If I use a variable name like collection[], it complains that I can''t use @collection[] as the instance variable. TIA victor
2005 Dec 05
3
Multi-level drag and drop in scriptaculous?
I am trying to create a screen like Google''s personalized home pages or start.com, i.e., with draggable sections, with the extra feature that the child items under the parent headings could be dragged and dropped from one parent heading to another. I have set up nested droppable sortables (dropOnEmpty=true) but the behavior is very inconsistent, i.e, parents do not become droppable
2005 Sep 27
3
Too much recursion
Hey Guys, I''ve just encountered this error in Firefox will I pulled the latest scriptaculous rc into project. Sadly, I don''t have a linkable page for you to look over at the point. My question is what is this error exactly? My code before this never got it but now it does. My few searches suggest it''s the browsers way of keeping infinite loops from happening
2005 Dec 14
0
Jumpiness in effects
Hi all, is there any best practices I can follow to avoid jumpiness in the effects I launch? It looks like no matter how careful I am, I never am able to obtain the smooth effects I see on the demo page or on sites like Fluxiom or Exit404 Thanks for any tip Victor -- Victor Jalencas <Victor.Jalencas@gmail.com> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Jul 20
0
Syntax Highlighting library
...y sense of aesthetics dislikes. At one point it even consistently made firefox hang, I needed to use deer park 1 to avoid this side-effect. So, what do you think? Would this be a welcome addition to prototype, scriptaculous or akin libraries? Or should I release it separetely? cheers -- Victor Jalencas <Victor.Jalencas@gmail.com>
2005 Dec 07
3
Addressing a class, rather than an id?
Good day, I''m trying to use the slider control to resize a pile of images on a web page. Clever, huh. Bet cha didn''t think of that one!!! :) But seriously. It seems I want to address a class, rather than the individual id''s of the images. At this point, I''m getting some results with something like this:
2005 Mar 07
6
Automatic timestamping in join tables [596]
Hi, A few days ago I submitted the following ticket http://dev.rubyonrails.com/ticket/596 asking that ActiveRecord::Timestamp also apply for the join tables of habtm. The answer was that it was left for milestone 1.x, and since I think that without this functionality rails 1.0 would be incomplete, I''m raising the issue here to discuss it. My use case is very simple, I
2005 Dec 08
3
Choppiness in FF v1.5
Hey all, I''ve got an interesting one for anyone who''s up for a challenge. Essentially, I have a very choppy effect, that almost looks like timeouts are overloaded or interfering or something, that only occurs when sortables are on the same page as "standard" effects. Here''s what I''m doing: I have a menu that slides in and out on the right side of
2005 Mar 13
1
Semantics of push_with_attributes
In trying to add timestamp support to habtm, I''ve stumped on a question which I hope you all help me solve. And that is, when adding a record twice to the list of associations with push with attributes, should the following test succeed or not? def test_pushing_twice dev = Devel.new("name"=>"victor") p =
2005 Mar 15
15
Web-based Ruby Syntax Highlighter
Hi all, Last night, I wrote a web-based syntax highlighter that takes Ruby and produces nice HTML of the code, ready for including on web pages, or in blog posts, or whatever. I don''t know how useful it will be for other people, but feel free to use it. Anyway, the URL is : http://syntax.carldr.com/ Any comments/suggestions would be gratefully received. Enjoy!