|
What is WebHtmlEditor
? She is one homepage on-line text editor, she can realize many tabletop editions software on the homepage (for example: Word) has formidable visible edition function; She is one true green software, does not need to install any customer end software on the computer; And she is completely opens the source code, permits the non- commercial goal individual user free use. If uses in the trade please contacts with me
。
Thank you chooses WebHtmlEditor for.NET! She is one homepage on-line text editor, she can realize many tabletop editions software on the homepage (for example: Word) has formidable visible edition function; She is one true green software, does not need to install any customer end software on the computer, permits the non- commercial goal individual user free use. If uses in the trade please contacts with me。
Joins WebHtmlEditor to Visual the Studio 2005 toolboxes
-
- Turns on the toolbox.
- Launches one pitch point.
- Only strikes the right key choice has custom-made the toolbox (Choose Items... in Visual Studio 2005 English).
- Only strikes.NET Framework the Components label.
- Only strikes the Browse button.
- Glances over WebHtmlEditor tacitly approves the installment the folder ("\Program Files\LionSky.Net\WebHtmlEditor1.7.2006.1020\Demo") Table of contents chooses from " bin under the " "WebHtmlEditor1.7.dll".
- Only strikes [ Open ] the button, and is having custom-made the toolbox only strikes [ OK ] carries on confirms.
Clicks glances over the big picture
Increases WebHtmlEditor to one ASP.NET WebForm
-
- When design already will increase to Visual Studio in 2005 toolboxes the WebHtmlEditor chart sign tows entrains to the page in, Visual Studio 2005 could automatically duplicate WebHtmlEditor1.7.dll under the current stand root table of contents " bin in the " folder, and increase quotation resources.
Manual increases WebHtmlEditor to one ASP.NET WebForm
-
- From the installment table of contents which tacitly approves duplicates the lionsky_client folder from WebHtmlEditor, glues under your Web application procedure root table of contents。
- Duplicates under your Web application procedure root table of contents " bin " WebHtmlEditor1.7.dll " the " table of contents next。
- Opens your aspx/ascx document, carries on the statement in the page crown to WebHtmlEdtior registers。
<%@ Register Assembly="WebHtmlEditor1.7" Namespace="LionSky.WebControls" TagPrefix="Lionsky"%>
- States the WebHtmlEditor label in the WebForm body label:
<lionsky:webhtmleditor id="WebHtmlEditor1" runat="server"></lionsky:webhtmleditor>
In Visual when Studio 2005 designs carries on to WebHtmlEditor Toolbars establishes
-
- Selects WebHtmlEditor finds the Toolbars attribute in the attribute design, clicks may carry on to Toolbars establishes
- Selects one Toolbar finds the Tools attribute in the attribute design, may carry on to in Toolbar Tool designs
Clicks glances over the big picture
Installs the overall situation regulation ordered set buffer WebHtmlEditor
-
- Moves DotNet orders the good tool (Start -> Programs -> Microsoft Visual Studio 2005 -> Visual Studio Tools -> Visual Studio 2005 Command Prompt) In the order prompt place, enters following orders:
gacutil.exe -i WebHtmlEditor1.7.dll
You also may duplicate the WebHtmlEditor1.7.dll document the system floppy disk "\WINDOWS\assembly" (or "\WINNT\assembly") The folder realizes and orders the good tool registration with gacutil.exe the similar function.
- Enters below orders, may examine whether WebHtmlEditor already did install the overall situation regulation ordered set buffer:
gacutil.exe -l WebHtmlEditor1.7
Will be able to return:
WebHtmlEditor1.7, Version=1.7.2006.1020, Culture=neutral, PublicKeyToken=5cf74b582a7bc9ad, processorArchitecture=MSIL
WebHtmlEditor from overall situation regulation ordered set bufferDeletes
-
- Moves DotNet orders the good tool (Start -> Programs -> Microsoft Visual Studio 2005 -> Visual Studio Tools -> Visual Studio 2005 Command Prompt) In the order prompt place, enters following orders:
gacutil.exe -u WebHtmlEditor1.7
Will be able to return:
Assemblies: WebHtmlEditor1.7, Version=1.7.2006.1020, Culture=neutral, PublicKeyToken=5cf74b582a7bc9ad, processorArchitecture=MSIL Uninstalled:WebHtmlEditor1.7, Version=1.7.2006.1020, Culture=neutral, PublicKeyToken=5cf74b582a7bc9ad, processorArchitecture=MSIL Number of assemblies uninstalled = 0 Number of failures = 0
|
|