crli
Mar 25, 2010
  6386
(1 votes)

Shell Playground

Sometimes it’s okay to have fun. A while back we had fun trying things in OnlineCenter and the result is the Playground. For designers this is a catalog of styles available on the dashboard. For developers it’s an insight into the OnlineCenter API.

In the playground project you will find examples of…

Elements

…CSS classes and element styles

 

 FormAjax

…server side ajax helpers

 

FormElements

…form element styles

 

 JsonTemplate

…an example using jTemplates and json

 

ViewFail

…how we deal with errors

 

Navigation

…adding interfaces to the menu system

 

SearchProviders

…the AppDomain search provider

As well as a few other things. Keep in mind that this isn't best practice. It's just code.

Download

To try this out you will need to build and configure the project in web.config.

Mar 25, 2010

Comments

Please login to comment.
Latest blogs
How to Merge Anonymous Carts When a Customer Logs In with Optimizely Commerce 14

In e-commerce, it is common for users to browse a site anonymously, adding items to their cart without creating an account. Later, when the user...

Francisco Quintanilla | Mar 27, 2023

How to Write an xUnit Test to Verify Unique Content Type Guids in Content Management

When developing an Optimizely CMS solution, it is important to ensure that each content type has a unique GUID. If two or more content types share...

Minesh Shah (Netcel) | Mar 27, 2023

Extend TinyMCE in Optimizely CMS 12

Since technologies are upgraded to newer versions the ways to extend or override the out-of-the-box functionality are also changed a little bit so...

Ravindra S. Rathore | Mar 27, 2023 | Syndicated blog

Telemetry correlation for Scheduled Jobs in Optimizely

I previously demonstrated how to correlate telemetry to Azure Application Insights within a Hangfire job. But how about those jobs that are built a...

Stefan Holm Olsen | Mar 23, 2023 | Syndicated blog