资源简介


资源截图

代码片段和文件信息

/*
 * Copyright (c) 2003-2012 CKSource - Frederico Knabben. All rights reserved.
 * For licensing see LICENSE.html or http://ckeditor.com/license
*/
using System;
using System.Collections.Generic;
using System.Text;

namespace CKEditor.NET
{
#region Enum

public enum contentsLangDirections
{
/// 
/// ‘ui‘ - which indicate content direction will be the same with the user interface language direction;
/// 

Ui
/// 
/// ‘ltr‘ - for Left-To-Right language (like English);
/// 

Ltr
/// 
/// ‘rtl‘ - for Right-To-Left languages (like Arabic).
/// 

Rtl
}

public enum DialogButtonsOrder
{
/// 

/// the buttons will be displayed in the default order of the user‘s OS

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-07-15 11:49  bin\
     目录           0  2014-07-15 11:49  bin\Release\
     文件      113152  2014-07-15 11:46  bin\Release\CKEditor.NET.dll
     文件      108032  2014-07-15 11:46  bin\Release\CKEditor.NET.pdb
     目录           0  2014-07-15 11:49  bin\Debug\
     文件      119296  2014-07-15 11:47  bin\Debug\CKEditor.NET.dll
     文件      124416  2014-07-15 11:47  bin\Debug\CKEditor.NET.pdb
     文件        5804  2014-07-15 11:44  CHANGES.html
     目录           0  2014-07-15 11:49  CKEditor.NET\
     目录           0  2014-07-15 11:49  CKEditor.NET\Properties\
     文件        1862  2014-07-15 11:48  CKEditor.NET\Properties\AssemblyInfo.cs
     文件       58892  2012-08-08 14:02  CKEditor.NET\CKEditorControl.cs
     文件      100717  2012-08-08 14:02  CKEditor.NET\CKEditorConfig.cs
     文件        2724  2011-03-04 09:25  CKEditor.NET\CKEditor.NET.csproj
     文件         596  2011-03-04 09:25  CKEditor.NET\CKEditorStrongKey.snk
     文件         926  2011-03-04 09:25  CKEditor.NET.sln
     文件        2313  2011-03-04 09:25  CKEditor.NETwithSamples.sln
     文件        5602  2011-04-20 13:33  INSTALL.html
     文件       71663  2011-04-20 13:33  LICENSE.html
     目录           0  2014-07-15 11:50  _Samples\
     文件        2421  2012-08-08 14:02  _Samples\sample.css
     文件        4104  2012-08-08 14:02  _Samples\FirstUse.aspx
     文件        3616  2012-08-08 14:02  _Samples\AttachEvents.aspx
     目录           0  2014-07-15 11:49  _Samples\bin\
     文件      119296  2014-07-15 11:47  _Samples\bin\CKEditor.NET.dll
     文件      124416  2014-07-15 11:47  _Samples\bin\CKEditor.NET.pdb
     文件        7984  2012-08-08 14:02  _Samples\ToolbarDefine.aspx
     文件         296  2011-03-04 09:25  _Samples\web.config
     文件        2606  2012-08-08 14:02  _Samples\Default.aspx
     文件        2239  2012-08-08 14:02  _Samples\SubmitData.aspx
     文件        3322  2012-08-08 14:02  _Samples\SampleConfig.aspx
............此处省略452个文件信息

评论

共有 条评论