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.

Releases and Announcements /

Latest news about the SilverStripe software.

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

New api.silverstripe.org: Version specific, searchable - needs your help!


Go to End


16 Posts   6807 Views

Avatar
Ingo

Forum Moderator, 801 Posts

7 May 2010 at 9:36am

Sweet, i've hidden the file listing by default, its toggleable (I love this word...) by JavaScript.

Avatar
Ingo

Forum Moderator, 801 Posts

10 May 2010 at 11:10am

I've also put our javascript API docs online (via naturaldocs.org): http://api.silverstripe.org/js/trunk
This is for trunk only, as lots of the 2.4 javascript is de facto deprecated, and has little documentation.
You can see an example of the documentation style needed to generate these docs at http://open.silverstripe.org/browser/modules/cms/trunk/javascript/LeftAndMain.EditForm.js

Please let me know if you think this will be useful, mainly for figuring out what/where to customize in the CMS UI. The whole jQuery.entwine "CSS selector = class" paradigm is still fairly young and unexplored, particularly around documenting stuff. Feedback welcome, as always! :)

Avatar
swaiba

Forum Moderator, 1899 Posts

16 June 2010 at 2:02am

How can I search this? at the moment it is very annoying to find class definitions... I must be missing something...

Avatar
Ingo

Forum Moderator, 801 Posts

16 June 2010 at 12:27pm

Hey swaiba, the API search is work in progress. For now, I suggest you use the "element index" at http://api.silverstripe.org/2.4/elementindex.html.

Alternatively, you can use Google and limit to the api site: http://www.google.co.nz/search?hl=en&q=AsTableRow+site:api.silverstripe.com/2.4&aq=f&aqi=&aql=&oq=&gs_rfai=

Avatar
swaiba

Forum Moderator, 1899 Posts

18 June 2010 at 9:38pm

Thanks Ingo... I have updated my homepage with...

<br /><center><form name=f1 method="get" action="http://www.google.com/search">
						<input type="text"   name="q" size="31"  maxlength="255" value="" /><br />
						<input type="radio"  name="sitesearch" value="api.silverstripe.com/2.4"  checked />Silverstripe API<br />
						<input type="submit" value="Google Search" /><br /><br />
					</form></center>

Avatar
Ironcheese

Community Member, 36 Posts

18 July 2010 at 11:30pm

Is it just me or is the api Site down?
It always times out....

Avatar
Ingo

Forum Moderator, 801 Posts

19 July 2010 at 8:11am

Yes, the server is down - we're looking into it.

Avatar
Ingo

Forum Moderator, 801 Posts

19 July 2010 at 10:06am

Back up now, sorry for the inconvenience.

Go to Top