• When user resizes a textarea the WIDTH and HEIGHT get set in the STYLE attribute

    Presumably there is some javascript somewhere listening for some event/s that causes the STYLE to get set? I would like to listen to the same event/s so that we can set the STYLE for the containing DIV so that the resized textarea does not over or underlap…
  • How to include basic "indent characters" in Sugar description and see the text correctly indented on record view (without having to edit it) ?

    Hello, I have a small issue and there is probably a trick but I don't get it. I want to fill a basic description field (textarea) with some text, including indentation character (\t or mulitples spaces) to display the text in a proper way. Unfortunatelly…
  • How to freez/readonly strings of textarea on condition

    Hi Everyone, I have created Textarea field, once data is entered by the any user, next time when some other user try to edit that textarea field it can be editable but old text area data given should not be removed (i'e freez)but can be extended. Does…
  • Calculate field with line breaks

    Hi, I'm trying to create a calculated/concatenated field that pulls fields from related records and would like to have line breaks between the field values, not spaces? As an example, I'm trying to pull the contacts company address fields and the contacts…