Author Topic: Displaying all Tool Box Cells  (Read 5377 times)

myowntable.com

  • Newbie
  • *
  • Posts: 6
    • View Profile
Displaying all Tool Box Cells
« 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

GWPoker

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Displaying all Tool Box Cells
« Reply #1 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.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Displaying all Tool Box Cells
« Reply #2 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">

GWPoker

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Displaying all Tool Box Cells
« Reply #3 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.