21294 Posts in 5734 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 232 Views |
-
HasOneComplexTableField

29 January 2012 at 4:10am
Hi
Im trying to use a HasOneComplexTableField to manage the relationship between a page and a dataobject, below is the code im using to add the field to page. When i use the add button it adds it to the table but its not selected by default, i have to check the radio button to link it to the page. Is there anyway to automatically link the dataobject to the age without having to click the radio button?
$ctf = new HasOneComplexTableField(
$this->owner,
'OpenGraph',
'OpenGraph',
'',
'',
''
);
$ctf->setOneToOne();
$fields->addFieldToTab('Root.FBOpenGraph',$ctf); -
Re: HasOneComplexTableField

29 January 2012 at 5:10am
The basic ComplexTableField will automatically add all created objects to the page it's on... The hasone version shows all available objects, then lets you select the ones you want to add to the page...
| 232 Views | ||
|
Page:
1
|
Go to Top |

