The Tournament Director Forums

Main => Templates, Layouts and Sounds => Topic started by: myowntable.com on February 24, 2006, 09:07:07 PM

Title: Displaying all Tool Box Cells
Post by: myowntable.com on February 24, 2006, 09:07:07 PM
I am working on making my own layout for my tourneys, I want to use some buttons or options that are only available on some of the default layouts. For example I want to include the controls cell and the ante cell, but do not see them listed on the same tool box options. Is there a way to view all the options in the tool box at once?

myowntable.com
Title: Re: Displaying all Tool Box Cells
Post by: GWPoker on March 11, 2006, 09:28:12 PM
Yes I am seeking the same thing.  I would like to use the Controls cell in my custom layout.
Title: Re: Displaying all Tool Box Cells
Post by: Corey Cooper on March 12, 2006, 06:20:48 PM
See the Layout section of the user manual.  For your own layout, you can create any cell you wish, and place whatever you like inside.  To add your own controls, you'll add a token to the HTML inside the cell, like this:

<tdbutton type="previousround" text="Round -" inheritFont="true">
Title: Re: Displaying all Tool Box Cells
Post by: GWPoker on March 13, 2006, 02:57:20 AM
That is what I ended up doing.  I just copied all of the settings from the controls cell into a new cell in my custom layout.  I just copied and pasted the HTML code from one to the other.  It's alot of work, but runs very well.