WPTools 5 internally orders the paragraphs in a tree. This means paragraphs can have children paragraphs. The implementation of tables is based on this concept, each row is a child of the table, each cell a child of the row. But the feature can also be used to display text in the editor which should remain logically seperated, similar to the a DBControlGrid. |