21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1272 Views |
-
limit characters number in admin area

22 June 2010 at 3:17am
Hi!
I have an other problem whit admin area..
in the right side of a standard page I see this feald:1.Page name
2.Navigation label
3.ContentI add an other field:'short description' (text filed)
Is it possible limit number of character to insert when I digit my text?
This is a short description so I must limit to 150 charactrers.
What can I write in my getCMSFields functions?
I use Silverstripe v.2.3.7
Can you help me please?Thanks
-
Re: limit characters number in admin area

22 June 2010 at 11:17am
Hi bebabeba,
This is actually the 4th argument for a textfield:
new TextField('Name', 'Title', 'Value', $MaxLength = 150);
Aram
www.ssbits.com - SilverStripe Tutorials, Tips and other bits.
| 1272 Views | ||
|
Page:
1
|
Go to Top |


