editable regions and ftp

Last post 10-08-2008, 4:41 AM by Kenneth. 5 replies.
Sort Posts: Previous Next
  •  09-08-2008, 10:34 PM 43746

    editable regions and ftp

    2 questions...
    1. Is there a way in the control to only allow editing of certain areas of an html document, for example only those areas contained within EditableRegion tags, as used in dreamweaver?  I see that there is a read-only attribute, but it looks like it only applies to the entire editor, not to specific sections of code.
       
    2. Also does the editor work over FTP connection to a remote website or can it only access/read/write files on the same server it is installed on?
  •  09-10-2008, 1:17 PM 43827 in reply to 43746

    Re: editable regions and ftp

    Really?  No one?

    I can't be the first person to have asked this question...
  •  09-11-2008, 1:02 PM 43850 in reply to 43746

    Re: editable regions and ftp

    1.
     
    Please check the following article:
     
    Add uneditable regions to a Template
     
    2.
     
    It can only access the local server.  For remote server, please check the following article:
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-11-2008, 3:11 PM 43858 in reply to 43850

    Re: editable regions and ftp

    Adam,

    Thanks for the reply, it is very helpful 

    Adam:
    Please check the following article:
     
    From that article, it seems that the methods illustrated will only work in Normal mode, not in HTML mode.  Is there a way to similarly restrict the corresponding sections of code in the HTML view?   I've seen it in other editors so I'm sure it's possible, just a matter of how.  Maybe a javascript that runs on HTML tab click, which would search for anything outside EditableRegion tags and surround them with SPAN's set as unselectable and contenteditable=false.    Is this realistic/possible? 
  •  10-06-2008, 9:23 PM 44641 in reply to 43858

    Re: editable regions and ftp

    Does anyone know the answer to this?
    ywp:
    From that article, it seems that the methods illustrated will only work in Normal mode, not in HTML mode.  Is there a way to similarly restrict the corresponding sections of code in the HTML view?   I've seen it in other editors so I'm sure it's possible, just a matter of how.  Maybe a javascript that runs on HTML tab click, which would search for anything outside EditableRegion tags and surround them with SPAN's set as unselectable and contenteditable=false.    Is this realistic/possible? 
  •  10-08-2008, 4:41 AM 44684 in reply to 43746

    Re: editable regions and ftp

    Hi ywp,
     
    It only work in Normal mode.
     
    Ken
View as RSS news feed in XML