This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

leotrooper14689
leotrooper14689

How can I use html tags on a column list?

alxy
alxy

Use the partial column type, it can contain HTML: http://octobercms.com/docs/backend/lists#column-partial

leotrooper14689
leotrooper14689

Thanks, it woks perfectly. And now, how can I get the current line ID to use it on my partial?

ProvidePerfect
ProvidePerfect

leotrooper14689 said:

Thanks, it woks perfectly. And now, how can I get the current line ID to use it on my partial?

In case someone else is having this issue:

The documentation mentions that the data of the row is in the $value variable,

simply echo your values (or all other php functions you would like to run) via

<?= $value; ?>

1-4 of 4

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.