%@ Page Title="" Language="VB" MasterPageFile="~/MasterPages/Master1.master" AutoEventWireup="false" CodeFile="TestFCKEditor.aspx.vb" Inherits="TestJoomla" %> <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="LeftColumn" Runat="Server"> </asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="MainColumn" Runat="Server"> <p>This is a test page . The FCKeditor control is immediately below this line <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" BasePath="/ckeditor/"> </FCKeditorV2:FCKeditor> ....and above this one! </p> </asp:Content>
Tue, 06/29/2010 - 10:16
#1

Re: Usung FCKeditor -- or not :(
Re: Usung FCKeditor -- or not :(
If you pick instead a basic CMS that fits your needs and it's developed in a language that you're used to, then you can jump ahead all that stuff and focus on using it instead of creating all that code. After that you might say: hey, instead of this module I want to rewrite that part to use this other code, or fix some problem... but it should be much lighter (as long as you picked up a correctly written CMS)
Re: Usung FCKeditor -- or not :(
Re: Usung FCKeditor -- or not :(