Column style for Info column

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Sep/2016, at 13:33

This column style Info contains the following information:

Is the item linked to a page? If so, displays the icon tlb_link_16

Is the item published on web? If so, displays the icon tlb_web_16

Is the item assigned to a page? If so, display the icon tlb_assignment_16

        <ColStyle Name="Info" Width="60" Height="0">

          <CellTemplate>

            <StackPanel VerticalAlignment="Top" Orientation="Horizontal" HorizontalAlignment="Left">

              <l:InfoPopup InfoId="{Binding Path=[folderObject.id]}" VerticalAlignment="Top" DirectoryStyleName="Link"

              Visibility="{Binding Path=[linkObject.pageLayers], Converter={StaticResource NullValueConverter}, ConverterParameter=Collapsed:Visible}">

                <l:ConfigIcon IconName="tlb_link" Size="16" />

              </l:InfoPopup>

              <l:InfoPopup InfoId="{Binding Path=[folderObject.id]}" VerticalAlignment="Top" DirectoryStyleName="Publish"

               Visibility="{Binding Path=[folderObject:Referencing( pubDest.objs )], Converter={StaticResource NullValueConverter}, ConverterParameter=Collapsed:Visible}">

                <l:ConfigIcon IconName="tlb_web" Size="16" />

              </l:InfoPopup>

              <l:InfoPopup InfoId="{Binding Path=[folderObject.id]}" VerticalAlignment="Top" DirectoryStyleName="Assigns"

               Visibility="{Binding Path=[linkObject.assigns], Converter={StaticResource NullValueConverter}, ConverterParameter=Collapsed:Visible}">

                <l:ConfigIcon IconName="tlb_assignment" Size="16" />

              </l:InfoPopup>

            </StackPanel>

          </CellTemplate>

        </ColStyle>