Interesting question. Do you mean you want to print just the lightbox with the form inputs? Or would you want to show the lightbox with readonly values?
A readonly lightbox isn't a feature of Editor yet (although you could use the display field plug-in to basically achieve the same thing). It will be coming in a future release though!
Of the printing, you could use a print stylesheet that will remove everything apart from the lightbox - although that could potentially be a little tricky to do.
Another option would be to draw the details from the row into a Javascript popup window and let the user print that.
Answers
Interesting question. Do you mean you want to print just the lightbox with the form inputs? Or would you want to show the lightbox with readonly values?
A readonly lightbox isn't a feature of Editor yet (although you could use the
display
field plug-in to basically achieve the same thing). It will be coming in a future release though!Of the printing, you could use a print stylesheet that will remove everything apart from the lightbox - although that could potentially be a little tricky to do.
Another option would be to draw the details from the row into a Javascript popup window and let the user print that.
Allan