17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1941 Views |
-
integer field in admin

28 August 2008 at 8:44pm Last edited: 28 August 2008 8:46pm
Hi, I'm having a strange problem and I can't find anything about in in the ducumentation.
I have made a dataobject for a travel site that holds som extra fields related to a travel page. I want this to have a field 'Price' => 'Int', which works fine. What doesn't work fine thióug, is when I try to add it to the admin interface via getCMSFields_forPopup. I tried the obvious
$fields->push( new IntField( 'Price' ) );
But there is no IntField...
"Fatal error: Class 'IntField' not found in /home/userB/b0015300/public_html/silverstripe/mysite/code/Departure.php on line 18"
So, the short question is: What's the name of the field holding integers?
-
Re: integer field in admin

28 August 2008 at 9:40pm
-
Re: integer field in admin

28 August 2008 at 9:54pm
No, theres no info about what the Int field is named there. What I'm looking for is the equivalent to "TextField" and "DateField" but for the "Int" datatype. Common sense says it should be "IntField", but it's not.
-
Re: integer field in admin

28 August 2008 at 10:02pm
I see what you mean. Can't you just use a NumericField or similar? See:
| 1941 Views | ||
|
Page:
1
|
Go to Top |


