search for: product_1

Displaying 2 results from an estimated 2 matches for "product_1".

Did you mean: product1
2007 Feb 13
1
RJS specs
...S file that renders a partial specified by the controller page.replace_html("product_info", :partial => @product_partial) The partials in question will contain purely static content - the idea is to have some dynamic links, so you hit http://localhost:3000/gap/product_info/product_1 http://localhost:3000/gap/product_info/product_2 it will render _product_1.rhtml, _product_2.rhtml in a div etc. Ideally I''d like to write something like: page.should_receive(:replace_html).with("product_info", "product_1") So far the best I can find is to ad...
2006 Sep 25
3
In place editing an empty field
I am trying to use the Scriptaculous InPlaceEditor and in some cases the field will be empty. That is, the field currently has no value but the user wants to enter a value. The InPlaceEditor appears to not work in this case. Other identical fields (except wit different ids and some value) do work. I have tried using a nonbreaking space ( ), and this does cause the editor to appear,