Actions
Feature proposal #5041
openImplement tab/field title substitution
Description
Currently you can substitute a fields contents, a tabs contents, or their titles and contents together. You can't however substitute in just their titles. A new substitute for this would allow for create format control when being substituted.
https://www.joomlapolis.com/forum/147-potential-bug/228234-invalid-html
Updated by krileon over 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1143
Usage as follows: [cb:userfield field="username" output="title" /]
Doesn't seam necessary to be able to substitute in tab title.
Updated by krileon over 8 years ago
- Status changed from Resolved to Assigned
- Target version changed from CB 2.1 to CB 3.0
- % Done changed from 100 to 0
Needs fieldClass rewrite to implement this in a way that makes sense. The currently available variables for substitutions and getField API aren't sufficient for specifying WHAT should be returned.
Actions