Sym Paradise
The Boxes Paradise
Home
  • My Menu
    • Log In
  • Contents
    • Discussion
    • Help
      • User Help
        • Installation
        • Others
      • Developer Help
        • Drupal
        • Others
      • Box Request
  • Library
    • Main Library
    • Search Boxes
  • Handbooks
    • User Handbook
    • Developer Handbook
    • Using This Site

Demo

3rd Jul 2009, 12:53:43 AM

The demos here give you an overview of how you can embed the Boxes easily into your existing html code. Best of all, you just need to know one set of small API calls to build any Box found in the TBP library!

How small exactly is the number of API calls? Just 5! And that is the maximum number if you are building a Box with a Title. If you do not need a Title for the box, you can make do with just 4!

Since the TBP Project allows any person to create a Box and add to the library, you can tap into the vast amount of Boxes that will only grow by the day. It's easy. It's free. And you can spend your time on other parts of your website, and put your mind at ease, knowing building a Box is just a-few-minutes task!

 

 

Output Code Source

 

Demo 1 Box is built with a Title.

The css markup for the Title is set by the Box Developer. However, you can overwrite the css style if you wish.

  1. <script type="text/javascript" src="http://theboxes.paradise.sg/
    sites/theboxes.paradise.sg/files/Box/75/files/theboxesparadise_75.js"> </script>
  2. <script type="text/javascript"> tbp_75_getHeader(); </script>
  3. <script type="text/javascript"> tbp_75_getStartTitle(); </script>
  4. Demo 1
  5. <script type="text/javascript"> tbp_75_getMid(); </script>
  6. Box is built with a Title. [more contents]
  7. <script type="text/javascript"> tbp_75_getEnd(); </script>

Demo 2

Box is built without a Title.

This is the simplest rounded Box found in the standard TBP library set.

  1. <script type="text/javascript" src="http://theboxes.paradise.sg/
    sites/theboxes.paradise.sg/files/Box/28/
    files/theboxesparadise_28.js"> </script>
  2. <script type="text/javascript"> tbp_28_getHeader(); </script>
  3. <script type="text/javascript"> tbp_28_getStart(); </script>
  4. <p>Demo 2</p>
  5. <p>Box is built without a Title. [more contents]</p>
  6. <script type="text/javascript"> tbp_28_getEnd(); </script>
Demo 3

Box is built with a Title.

Notice that you have to call an additional getMid() if your Box has a Title.

  1. <script type="text/javascript" src="http://theboxes.paradise.sg/
    sites/theboxes.paradise.sg/files/Box/28/
    files/theboxesparadise_28.js"> </script>
  2. <script type="text/javascript"> tbp_28_getHeader(); </script>
  3. <script type="text/javascript"> tbp_28_getStartTitle(); </script>
  4. Demo 3
  5. <script type="text/javascript"> tbp_28_getMid(); </script>
  6. <p>Box is built with a Title. [more contents]</p>
  7. <script type="text/javascript"> tbp_28_getEnd(); </script>
Demo 4

Box is built with a Title, with pillow emboss effect.

More fanciful Boxes can be found in the TBP library, and the best thing is, you just build the Box with the same simple set of API calls!

Neat.

  1. <script type="text/javascript" src="http://theboxes.paradise.sg/
    sites/theboxes.paradise.sg/files/Box/95/
    files/theboxesparadise_95.js"> </script>
  2. <script type="text/javascript"> tbp_95_getHeader(); </script>
  3. <script type="text/javascript"> tbp_95_getStartTitle(); </script>
  4. Demo 4
  5. <script type="text/javascript"> tbp_95_getMid(); </script>
  6. <p>Box is built with a Title, with pillow emboss effect.</p>
  7. <script type="text/javascript"> tbp_95_getEnd(); </script>
  • Printer-friendly version
  • Login or register to post comments
  • 2890 reads

User Handbook

  • Understanding The Boxes Paradise
  • Demo
  • Anatomy of a Box
  • Html Solution
  • Drupal Solution
  • If you need help
  • FAQ

Box Usage Statistics

Box Countersort icon
TBP 16 150514
TBP 50 120877
TBP 66 99802
TBP 36 93570
TBP 83 55350

Popular Boxes

  • TBP 72 (5,128)
  • TBP 66 (4,818)
  • TBP 3 (3,716)
  • TBP 71 (3,558)
  • TBP 30 (3,542)

Recent Box Requests

  • Blue response box
  • slightly embossed box that can be color filled to reqs
  • Panels 3 - Nice normal box
  • 3D Box, Bevel, Aqua-like

Recent Developer Help Posts

  • I have been unsuccessfully trying to create my client's design of a highly stylized box in Drupal 6 using Panels 3.

Recent User Help Posts

  • TBP for nice-menus?
  • Page load time
  • Where to put table when creating 3 boxes
  • print box for each content posted
  • $idstr empty?
  • Box Sizes
  • Can't find Javascript code on download
  • Panels 3
  • Can I customize the font or color, of the title and the contents inside the Box?
  • How can I embed a TBP Box on my web page?

User login

  • Create new account
  • Request new password
Copyright © 2009 Sym Paradise. All rights reserved. Terms of Use | Copyright Information