X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=inline;f=_source%2Fplugins%2Fforms%2Fdialogs%2Fselect.js;h=dfecc6812170625d3b8ca4eae1b6afd9c2383279;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=b897bdf89c009b9709b55d21cad981e33ab99670;hpb=9afde8772159bd3436f1f5b7862960307710ae5a;p=ckeditor.git diff --git a/_source/plugins/forms/dialogs/select.js b/_source/plugins/forms/dialogs/select.js index b897bdf..dfecc68 100644 --- a/_source/plugins/forms/dialogs/select.js +++ b/_source/plugins/forms/dialogs/select.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.dialog.add( 'select', function( editor ) @@ -408,6 +408,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) [ { type : 'button', + id : 'btnAdd', style : '', label : editor.lang.select.btnAdd, title : editor.lang.select.btnAdd, @@ -431,6 +432,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) }, { type : 'button', + id : 'btnModify', label : editor.lang.select.btnModify, title : editor.lang.select.btnModify, style : 'width:100%;', @@ -453,6 +455,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) }, { type : 'button', + id : 'btnUp', style : 'width:100%;', label : editor.lang.select.btnUp, title : editor.lang.select.btnUp, @@ -469,6 +472,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) }, { type : 'button', + id : 'btnDown', style : 'width:100%;', label : editor.lang.select.btnDown, title : editor.lang.select.btnDown, @@ -494,6 +498,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) [ { type : 'button', + id : 'btnSetValue', label : editor.lang.select.btnSetValue, title : editor.lang.select.btnSetValue, onClick : function() @@ -507,6 +512,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) }, { type : 'button', + id : 'btnDelete', label : editor.lang.select.btnDelete, title : editor.lang.select.btnDelete, onClick : function()