Interface to a dialog to create/edit notes for the annotatable objects
[Source]
# File ui/dialogs.rb, line 19 def author() raise 'unimplemented!' end
# File ui/dialogs.rb, line 23 def categories=(category_list) raise 'unimplemented!' end
# File ui/dialogs.rb, line 20 def category_id() raise 'unimplemented!' end
# File ui/dialogs.rb, line 24 def edit_note(note) raise 'unimplemented!' end
# File ui/dialogs.rb, line 21 def text() raise 'unimplemented!' end
[Validate]