Print form in ExtJS 4

I have a form assembly with ExtJS 4. It has textboxes, radio buttons, checkboxes and grids. How can I make a printed version? window.print()

shows the print version but the buttons are not displayed. Or how can I convert ExtJS code to basic HTML code and make grids for HTML tables?

+3


source to share





All Articles