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;">»</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 "»",
: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»'' ], #
double closing -- Henriks hack for norske hermetegn
[ /"(?=[#{PUNCT_Q}]*[\s#{PUNCT_NOQ}])/, ''»'' ], # double
closing -- Henriks hack for norske hermetegn
[ /"/, ''«'' ], # 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 %>
»<%= 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 ? ¸ ¸ \c{}
superscript one ? ¹ ¹ $^1$
masculine ordinal ? º º $^o$
right angle quote, guillemotright ? » » \guillemotright
fraction one-fourth ? ¼ ¼ $\frac14$
fraction one-half ? ½ ½ $\frac12$
fraction three-fourths ? ¾ ¾ $\frac34$
inverted question mark ?...
2011 Oct 13
1
Problem with Ices
2005 Dec 30
4
Convert "é" in "é"
I try to find an function to convert characters in html chars. "é"
become "é"
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"