Sha256: bdc6bf7204a4715c9739333055e403b9f2d79e1ad69e4733fbefae3d8e23ab55
Contents?: true
Size: 513 Bytes
Versions: 88
Compression:
Stored size: 513 Bytes
Contents
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.dialog.add( 'myDialog', function( editor ) { return { title : 'My Dialog', minWidth : 400, minHeight : 200, contents : [ { id : 'tab1', label : 'First Tab', title : 'First Tab', elements : [ { id : 'input1', type : 'text', label : 'Input 1' } ] } ] }; } );
Version data entries
88 entries across 85 versions & 9 rubygems