Author Topic: Wrap text not working v5.6  (Read 2446 times)

kshipra

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 94
    • View Profile
Wrap text not working v5.6
« on: December 11, 2018, 05:31:37 pm »
Wrap text functionality was working in 3.4. But this code is not working in latest upgrade.

{
                           type: 'checkbox',
                           style: 'margin-left:5px;',
                           //attr: 'checked="false"',
                           label: 'Wrap Text',
                           listener: function (evt) {
                               if ($(evt.target).prop("checked")) {
                                   this.option({ wrap: true, hwrap: true });
                               } else {
                                   this.option({ wrap: false, hwrap: false });
                               }
                               this.refresh();
                           }
                       },

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6255
    • View Profile
Re: Wrap text not working v5.6
« Reply #1 on: December 17, 2018, 09:18:23 am »
Dynamic change of wrap/ hwrap is fixed in v5.6.1