getMark

returns mark value by record id and mark name

any getMark(number|string id,string mark_name);
id
number|stringrecord id mark_name
stringmark name
anymark value

Example

var value = view.getMark(152, "extra_info");

Details

If marks is not set - returns false
If mark set but value was not specified - returns true

See also
  • API
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.