ImageBrowser and FileBrowser ListView display

1 Answer 110 Views
Editor
Richard
Top achievements
Rank 4
Iron
Iron
Iron
Richard asked on 05 Oct 2021, 01:29 PM

Hello,

Is there are way to alter the font size or display for the ImageBrowser and FileBrowser in the Editor.

As you can see below, I have several similarly named folders and I'm not able to see the full folder name:

Is there something that can be done to alter the display sizes or layout?

Many thanks,

Richard

1 Answer, 1 is accepted

Sort by
0
Accepted
Petar
Telerik team
answered on 08 Oct 2021, 07:15 AM

Hello Richard,

You can use the below CSS definitions to control the size(or other properties) of the text inside the FileBrowser and ImageBrowser.

      .k-listview-item > .k-file-name{
        font-size: 8px;
      }

      .k-listview-item > .k-file-size{
        font-size: 8px;
      }

Here is a Dojo example demonstrating the usage of the above code.

I hope the suggested approach will help you implement what you need in your application.

Regards,
Petar
Progress Telerik

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.
Richard
Top achievements
Rank 4
Iron
Iron
Iron
commented on 08 Oct 2021, 08:48 AM

Thanks Petar! That's exactly what I was after.

Richard

Tags
Editor
Asked by
Richard
Top achievements
Rank 4
Iron
Iron
Iron
Answers by
Petar
Telerik team
Share this question
or