Show More
Commit Description:
[web] small styling, split out admin's menu, put config into table.info...
Commit Description:
[web] small styling, split out admin's menu, put config into table.info
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@157 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/in_place_editing/README
| 13 lines
| 279 B
| text/plain
| TextLexer
|
|
r61 | InPlaceEditing | |
============== | |||
Example: | |||
# Controller | |||
class BlogController < ApplicationController | |||
in_place_edit_for :post, :title | |||
end | |||
# View | |||
<%= in_place_editor_field :post, 'title' %> | |||
Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license |