02-15-2018 08:41 AM
How could i align label text in header to center in such Aikau widget? Unfortunately, I can't just write align: "center".
{
name: "alfresco/lists/views/AlfListView",
config: {
additionalCssClasses: "bordered",
widgetsForHeader: [
{
name: "alfresco/lists/views/layouts/HeaderCell",
config: {
//align: "center",
label: "Files"
}
}
],
widgets: [...]
}}
02-16-2018 04:16 AM
Every Aikau widget supports a "style" configuration parameter which can be used to define element-level CSS styles. So you could use that to define the CSS style "vertical-align: middle;text-align: center;"
02-16-2018 04:16 AM
Every Aikau widget supports a "style" configuration parameter which can be used to define element-level CSS styles. So you could use that to define the CSS style "vertical-align: middle;text-align: center;"
Explore our Alfresco products with the links below. Use labels to filter content by product module.