Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

By default, the grid addon will process any character sequence of the form 'a:b' in columns of type textarea and string and turn these into a clickable url.
This property allows to disable this behaviour 

Class

grid

Property

col.xyz.parseurl

Formal specification

col.xyz.parseurl = true | false

Required

no

Default

true

Version

1.16.1

Comment

  • Use this property when the data in the field contains somethng like 'status: ' 

  • URL parsing is disabled by default when the column uses a wiki renderer

Example


Code Block
col.comment = Comment
col.comment.type = textarea
col.comment.parseurl = false


Reference

col.xyz.renderer