Displaying 1 result from an estimated 1 matches for "notificaiton_area".
2009 Dec 17
2
RFC: conflict_warnings plugin
...hey occur.
Usage/Examples.
class ExamplesController < ApplicationController
filter_conflicts :only => :confirm do
respond_to do |format|
format.html {render :action => "show"}
format.js {
render :update do |page|
page.replace_html :notificaiton_area, :text => "Your
request could not be processed because the example has been modified
recently. Please try again"
page.replace_html :status, :text => @example.status
page.visual_effect :highlight, :status
flash.discard
end
}...