5093 Posts in 1516 Topics by 1113 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1173 Views |
-
Re: add ID to ImageField

4 August 2009 at 10:01am
What do you mean? For what purpose?
http://doc.silverstripe.org/doku.php?id=imagefield will tell you about how to create an image field. If, however, you mean on a model level (which you may consider 'database' level), then all fields have IDs. So:
$has_one = array('Photo' => 'Image');
Will link an image to the page you're on (calling it Photo). Photo's ID can then be called with $this->PhotoID from within the page it's used.
-
Re: add ID to ImageField

4 August 2009 at 11:50pm
I mean an ID that I can style.
I will be adding lots of images over time and I want to give them a specific ID tage which will allow me to style with css.
| 1173 Views | ||
|
Page:
1
|
Go to Top |


