Below illustrates all the available calls to help build a Box. The number 3 here refers to a Box ID. Depending on which Box you choose from TBP library, this ID must change to reflect your choice.
API
Loads the required javascript file.
<script type="text/javascript"
src="http://theboxes.paradise.sg/sites/theboxes.paradise.sg/files/Box/3/files/theboxesparadise_3.js">
</script>
Loads the required CSS file and additional JS files (if any).
<script type="text/javascript"> tbp_3_getHeader(); </script>
Builds the starting region of the box, which has a Title.
<script type="text/javascript"> tbp_3_getStartTitle(); </script>
Builds the starting region of the box, which does not have a Title.
<script type="text/javascript"> tbp_3_getStart(); </script>
Builds the middle region of the box. Required if the Box has a Title.
<script type="text/javascript"> tbp_3_getMid(); </script>
Builds the end region of the box.
<script type="text/javascript"> tbp_3_getEnd(); </script>


