Displaying 3 results from an estimated 3 matches for "new_title".
Did you mean:
new_tile
2006 Jul 03
2
rjs renders string or partial but not template or action
Hi,
I have an rjs file. I only have one controller called called front. I
have views called "new_title.rhtml" and "_new_title.rhtml"
These work
page.replace_html ''title'', ''new title''
page.replace_html ''title'', :partial => ''new_title''
page.replace_html ''title'', {:file=>"front/new_t...
2007 Feb 07
0
Ajax rjs - escape single quote in returned string ?
I replace an outer html as following :
page.insert_html(:after, ''hidden_values'', "<INPUT TYPE=HIDDEN
id=''new_title'' NAME=''new_title'' VALUE=''#{params[:new_title]}'' />")
but if params[:new_title] string has a single quote like "can''t get
all the string"
the html is shorten..
what''s the trick to escape the returned string ?
tfyl...
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
run on startup by default like the other ovirt services
---
conf/ovirt-vnc-proxy | 49 ++++++++
installer/modules/ovirt/manifests/ovirt.pp | 1 +
ovirt-server.spec.in | 5 +
src/vnc-proxy/vnc-proxy.rb | 167 ++++++++++++++++++++++++++++
4 files changed, 222 insertions(+), 0 deletions(-)
create mode 100755 conf/ovirt-vnc-proxy