This test page is designed to make sure that nested components are given a chance to render invarious environments, ie when directly bound to a document or when returned from the models. In all cases, a default Node should be created for each child, and a default View should be bound to that, to allow children to render.
If you see a "rendering failed" anywhere in here, you know the test failed.
Simple test to make sure that we can manually bind nested components to a view:
Simple test to make sure that we can return nested components from a BTemplate model:
If you still see this, then ImageAndScript rendering failed
Here, BLabel is bound to an anchor, but will replace it with a LABEL node.
If you still see this, then LabelAndToggle rendering failed
If you still see this, then LabelInputImageAndScript rendering failed
If you still see this, then LabelInputAndImageScript rendering failed
Simple test to make sure that we can return nested components items from a BList model:
List Test 1: (simple unordered list: <ul> element)
Simple test to make sure that we can return nested components from a BTable model:
Table Test 1: (simple table: <table> element)
Col 1 | Col 2 |
---|---|
1 | item 1 |
2 | If you see this then SimpleTable rendering failed |