Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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

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

Reference

col.xyz.renderer

  • No labels