Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

SS3: Gridfield Markdown


Go to End


1298 Views

Avatar
Graphicator

Community Member, 62 Posts

19 August 2012 at 11:20pm

I have been gaining speed on understanding gridfields, then markdown fields, and now I'd like to merge the two ideas, so that I can bring the formatted text into the display of the gridfield. Right now the function resides inside
getConfig() -> ... -> setFieldFormatting( *here*)

View the attachment for how I've been able to format the gridfield display. If interested in helping, please view the code in github.
github - markdown gridfield formatting