Author Topic: Width of textarea editor  (Read 1776 times)

gerdriese

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 4
    • View Profile
Width of textarea editor
« on: March 11, 2017, 02:00:53 pm »
Is there a possibility of setting a width of a textarea editor which is wider than the original cell width?

I would like to hide the text of a cell behind an icon. The information is shown as tooltip and when the user double clicks ist it should be editable with an textarea editor. (p1.png)

The editor opens but as the image is only 20x20 pixels the cell is only 30 pixel wide and so the width of the textarea is. (Height of the editor is no problem - attr rows works fine.)
The user now has to drag the textarea to a bigger size. Is it possible to set the width?

(p2.png - original width, p3.png - it should be that way)

gerdriese

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Width of textarea editor
« Reply #1 on: March 12, 2017, 12:06:06 am »
attr cols=xx was ignored - attached 'style: "width: XXpx;"' and it works fine!