Skip to content

Instantly share code, notes, and snippets.

View esp0's full-sized avatar

Espen Johnsen esp0

  • Norway
View GitHub Profile
@esp0
esp0 / gist:7748660
Last active December 30, 2015 00:19
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here.
// For the complete reference:
// http://docs.ckeditor.com/#!/api/CKEDITOR.config
// The toolbar groups arrangement, optimized for two toolbar rows.
config.toolbarGroups = [
{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
{ name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] },
{ name: 'links' },
//Copyright (C) Microsoft Corporation. All rights reserved.
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading;
window.ENV = window.ENV || {};
window.ENV["EXPERIMENTAL_CONTROL_HELPER"] = true;