Trace: • List style
Differences
This shows you the differences between two versions of the page.
|
flutterui:list_style [2026/08/19 09:56] admin created |
flutterui:list_style [2026/08/20 16:12] (current) admin |
||
|---|---|---|---|
| Line 125: | Line 125: | ||
| The ''f_list_columnseparator_:_,_%20,%20'' defines: | The ''f_list_columnseparator_:_,_%20,%20'' defines: | ||
| - | First separator is '':'', second is '','' and third is ''<space>,<space>''. We split the column separators by '_ | + | First separator is '':'', second is '','' and third is ''<space>,<space>''. We split the column separators by ''_'' and replace following characters: |
| + | |||
| + | ''%20'' with ''<space>'' | ||
| + | |||
| + | ''%5F'' with ''_'' | ||
| + | |||
| + | ''%2C'' with '','' | ||
| + | |||
| + | This makes it possible to define standard formats without using complex templates. If your layout is not standard, it's better to use templates! | ||
