# File lib/taskjuggler/Attributes.rb, line 528 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 536 def RichTextAttribute::tjpId 'richtext' end
# File lib/taskjuggler/Attributes.rb, line 532 def inputText (v = get) ? v.richText.inputText : '' end
# File lib/taskjuggler/Attributes.rb, line 540 def to_s(query = nil) (v = get) ? v.to_s : '' end
# File lib/taskjuggler/Attributes.rb, line 544 def to_tjp "#{@type.id} #{quotedString(get.richText.inputText)}" end