search for: raquo

Displaying 8 results from an estimated 8 matches for "raquo".

Did you mean: raqua
2005 Sep 21
9
Ajax.Updater
...te into a div, e.g. <a href="#" onclick="new Ajax.Updater(''artifact'', ''http://www.vivisimo.com/'', {asynchronous:true, evalScripts:true, onLoading:function(request){Toggle.display(''message2body'')}}); return false;">&raquo;</a> it fails when I try at present, but I''m wondering what''s causing the failure and if there is any way round it. The erb to generate the above is as follows: <%= link_to_remote "&raquo;", :url=>message.resource.url, :update=>''artifact...
2006 Sep 15
1
quotes
...wery fine feature of converting quotes. I''m norwegian, and we have our own qoutes: "?" and "?". I therefore hacked this feature, so it is now in lib/redcloth.rb, around line 404, so I now have: [ /([^\s\[{(>#{PUNCT_Q}][#{PUNCT_Q}]*)"/, ''\1&raquo;'' ], # double closing -- Henriks hack for norske hermetegn [ /"(?=[#{PUNCT_Q}]*[\s#{PUNCT_NOQ}])/, ''&raquo;'' ], # double closing -- Henriks hack for norske hermetegn [ /"/, ''&laquo;'' ], # double opening # Henriks hac...
2006 Aug 01
0
persisting tree navigation
...; "Effect.Toggle(''child#{parent.id}'',''blind'');")%> <br /> <div style=''display:none'' id="<%= ''child'' + parent.id.to_s %>"> <% for child in parent.children %> &raquo;<%= link_to(child.name, :id => child.id, :action => ''edit_page'') %> <%= link_to ''Destroy'', { :action => ''destroy'', :id => child }, :confirm => ''Are you sure?'', :post => true %><br />...
2006 Mar 17
10
breadcrumbs?
Before I start down this road, has anyone done a breadcrumbs implementation they''d be happy to share? Thanks Chris T
2013 Jun 08
1
reading a character translation table into R
...;middot; $\cdot$ cedilla ? &#184; &cedil; \c{} superscript one ? &#185; &sup1; $^1$ masculine ordinal ? &#186; &ordm; $^o$ right angle quote, guillemotright ? &#187; &raquo; \guillemotright fraction one-fourth ? &#188; &frac14; $\frac14$ fraction one-half ? &#189; &frac12; $\frac12$ fraction three-fourths ? &#190; &frac34; $\frac34$ inverted question mark ?...
2011 Oct 13
1
Problem with Ices
2005 Dec 30
4
Convert "é" in "&eacute;"
I try to find an function to convert characters in html chars. "é" become "&eacute;" There is something in RoR 1.0 to do that ?
2008 Jun 12
10
Ajax.Updater not working in IE, tried everything
hi, i am basically using a button, Prototype/AJAX, and PHP to update a user''s location. something simple as typing ''Chicago, IL''. After the script, it rewrites the result in a div tag. here is the form i''m using: <div id="hometown_result">Aurora, IL</div> <form action="" method="post"