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 - klartextmedia

Pages: [1]
1
ParamQuery Pro Evaluation Support / Re: Style Information on Export
« on: October 25, 2017, 12:38:02 pm »
next problem :(

renderer return the following:  return "<span style='"+ui.style+";width:"+ui.column._width+"px;display:block'>"+ui.cellData+"</span>";

cellData and _width are returned correctly, but ui.style  is always  undefined. What can be the reason for this?

2
ParamQuery Pro Evaluation Support / Re: Style Information on Export
« on: October 25, 2017, 11:48:05 am »
it works, thx. I thougth that i can export the current style information of the td tag, but it's also okay to render a container around the inner html.

@manual height:

I will use pqgrid for a calculation module in a intranet where customers can design their own calculation sheet with the grid as they know it from excel... therefor it would be great if there could
be an option for manual rowheight in future. For the moment they should use newlines to expand empty cells :-).


3
ParamQuery Pro Evaluation Support / Re: Style Information on Export
« on: October 24, 2017, 02:40:29 pm »
ok, it seems that I need to collect all values on the dom :-(. Is there really no easy way to export to an html table with all cell informations (width, bgcolor, textcolor, textstyle etc.)?

4
ParamQuery Pro Evaluation Support / Re: Style Information on Export
« on: October 24, 2017, 12:27:23 am »
ok, meanwhile i've figured out that i can get the data after and grid.refreshCM with accessing grid.colModel. And there is no way to give an height to an row (is this correct?)

5
ParamQuery Pro Evaluation Support / Style Information on Export
« on: October 23, 2017, 08:00:53 pm »
Hi

How can I export the table with all currently set style informations on a cell (color, size etc.). I can set it by pq_cellattr option or by JavaScript...
The user can resize it by mouse, but how do I get this information on export?

Regards

Pages: [1]