Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gerdriese

Pages: [1]
1
Help for ParamQuery Pro / Re: Width of textarea editor
« on: March 12, 2017, 12:06:06 am »
attr cols=xx was ignored - attached 'style: "width: XXpx;"' and it works fine!

2
Help for ParamQuery Pro / 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)

3
Help for ParamQuery Pro / Re: Ajax Response / Error handling
« on: April 26, 2016, 11:31:56 pm »
Ok, thanks - I'll take a look at the two options! Thanks.

4
Help for ParamQuery Pro / Ajax Response / Error handling
« on: April 26, 2016, 06:08:38 pm »
Is there any possibility for checking if there was an error during an ajax request (as saving or updating to the server) and showing an error message (message received from the server)? what does the server side has to do? Status Code 500? Json reply? Are there any examples for error handling?
Thanks

Pages: [1]