Okay, I got it to work.
I was thinking that I could use my component in the table, i.e.
but I had to put Gear in
and then use list and candidate to get the specific things I wanted.
Thanks!
edg
I was thinking that I could use my component in the table, i.e.
Code:
<table_dynamic
component="Cybertech"
showtemplate="abCyber"
choosetemplate="grGrThing"
buytemplate="BuyCash"
selltemplate="SellCash">
Code:
<table_dynamic
component="Gear"
showtemplate="abCyber"
choosetemplate="grGrThing"
buytemplate="BuyCash"
selltemplate="SellCash">
Thanks!
edg