Skip to content

Commit f47b3cf

Browse files
committed
Doc - image props (not implemented yet).
1 parent 4919c52 commit f47b3cf

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

doc/ui-model.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ <h1>object</h1>
153153
Example: <code>icon</code> =&quot;todo.png&quot;
154154
</td>
155155
</tr>
156+
<tr>
157+
<td>fnIcon <span class="evol-asterix">*</span>
158+
</td>
159+
<td>Function which returns an icon path. Useful when you want different icons for different records based on some field value or calculation.
160+
<br />
161+
Example: <code>icon</code> =&quot;todo.png&quot;
162+
</td>
163+
</tr>
156164
<tr>
157165
<td>summary <span class="evol-asterix">*</span></td>
158166
<td>Summary row of data with aggregations like
@@ -300,7 +308,7 @@ <h1>field</h1>
300308
</td>
301309
</tr>
302310
<tr>
303-
<td>imgEmpty
311+
<td>imgEmpty <span class="evol-asterix">*</span>
304312
</td>
305313
<td>Image to display when the value (path to the picture) is empty or doesn't lead to a valid image (for fields of type &quot;image&quot;).
306314
</td>

0 commit comments

Comments
 (0)