Long template names are truncated

Last post 12-10-2013, 9:50 AM by frJericho. 2 replies.
Sort Posts: Previous Next
  •  12-09-2013, 4:50 PM 78542

    Long template names are truncated

    Long template names are truncated despite the fact the is enough space to display the rest. <span>In the following screenshot we will see that four of my template names have been truncated but notice there is plenty of white space in the "Name" column.

     

     

      
  •  12-09-2013, 10:10 PM 78547 in reply to 78542

    Re: Long template names are truncated

    Dear frJericho,

     

    Please open file "richtexteditor/dialogs/browsedialogbase.xml",

    about line 188

    1. <method name="bind_item">  
    2.             <![CDATA[  
    3.             var MAX_STRING_LENGTH=24  
     the MAX_STRING_LENGTH is the variable which defines the name length, you can set a new number for it.

     

    Regards,

    Jeff 

  •  12-10-2013, 9:50 AM 78565 in reply to 78547

    Re: Long template names are truncated

    I'm wondering why you chose to hard code a maximum length. It makes more sense to me that the text would fill the entire available space.
View as RSS news feed in XML