![]() |
Sergey Kornilov admin 12/3/2015 |
This will only work when page-break is inserted outside of any HTML tables. If you insert it inside a table web browser won't be able to break the table. |
C
|
chuckbower author 12/3/2015 |
This will only work when page-break is inserted outside of any HTML tables. If you insert it inside a table web browser won't be able to break the table. In other words, it needs t be inserted in the right place in order to work.
|
C
|
chuckbower author 12/3/2015 |
I do have it outside of any HTML tables. Ahhh... but I found a .JS error on the page. That must be holding it up. It is a View page but my detail tables are Views that have pageObj.inlineEdit.editAllRecs(); property. I am getting an "Uncaught TypeError: Cannot read property 'editAllRecs' of null" error in my Console of Chrome. Maybe that is why this isn't working! I don't understand why one of the detail tables is giving me this. All of my detail table views have this. Maybe it's only giving me an error on the first one that javascript cannot handle. That leads me to believe that I cannot use a view as a detail table on a View page and share it between Edit pages and View pages. Because I am using the editAllRecs on my Edit page to automatically open all rows for editing in Edit mode. If that is true, I suppose I could drop the detail tables from my View page and code the details by hand. Which isn't the end of the world.
|