DwZone Forum DwZone Forum
Welcome to the DwZone-it Forum
 
  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  
    RegisterRegister -->   LoginLogin  
WYSIWYG Html Editor  
DwZone Forum Index -> WYSIWYG Html Editor

Moderators: AdministratorsModerators 
Hint: For improved responsiveness, use Internet Explorer 4 (or above) with Javascript enabled, choose 'Dynamic' from the View dropdown and hit 'Set Options' to save your changes.
New Topic Search for
 View     Per page     Messages Since 
Messages 821 to 830 of 903 (Total: 371) First |  Prev |  Next |  Last  
 Subject Author Date  
   Flash files are not uploaded  
View this persons public profile  [email protected]   17:33 1 Aug 2005  
   Re:Flash files are not uploaded  
View this persons public profile  gianluigi   17:46 1 Aug 2005  
   Re:Flash files are not uploaded  
View this persons public profile  [email protected]   20:20 1 Aug 2005  
   Re:Flash files are not uploaded  
View this persons public profile  gianluigi   20:44 1 Aug 2005  
   HTML Editor - Multiple instances  
View this persons public profile  [email protected]   21:02 29 Jul 2005  
   Re:HTML Editor - Multiple instances  
View this persons public profile  gianluigi   21:21 29 Jul 2005  
   Re:HTML Editor - Multiple instances  
View this persons public profile  [email protected]   23:45 29 Jul 2005  
    Some tips and tricks :-)  
View this persons public profile  [email protected]   8:01 27 Jul 2005  
 
Hi,
Here are a couple of tips I found while using the HTML Editor: maybe they can be useful...

1. Do you need the FckEditor not to be in the root but on a subfolder, and still make it work? Just let Dreamweaver "Find and Replace" function (Ctrl + F on Windows) do the trick! Search and replace every instance of the string "/FckEditor/" (match case and ignore whitespace checked) with the string "/mysubfolder/FckEditor/"... the use of absolute paths instead of relative will make it work! (anyway, make some tests and use at your own risk)

2. Does some strange charachters appear in the rest of the page when using the HTML Editor? That's becouse special charachters are not encoded (i.e. you are using "a" instead of "& agrave ;" - no spaces))

There are cases in which you can't manually substitute special charachters with their encoded versions - i.e. when you are Italian and you are formatting dates to be shown in literal form ("lunedi", "martedi", and so on) with Dreamweaver server-side formatting tools... So, what to do? Just Use the Server.HTMLEncode feature! [:)]

In example:
<%= DoDateTime( Date() , 1, -1) %>
Becomes
<%= Server.HTMLEncode(DoDateTime( Date() , 1, -1)) %>
The special charachters will be shown in the right way

Hope these tricks will be useful, as they worked for me [:)]
 
Reply to this current thread  View this persons public profile  Send Private Message
   Re:Some tips and tricks :-)  
View this persons public profile  gianluigi   19:05 27 Jul 2005  
   Re:Some tips and tricks :-)  
View this persons public profile  [email protected]   2:51 30 Jul 2005  
Last Visit: Saturday 5 Jul, 2025 5:37 am First |  Prev |  Next |  Last  
 Login
Username:  Password:    
Read Message Read Message   Unread message Unread message
Read message [popular] Read message [popular]   Unread message [popular] Unread message [popular]
Read message [locked] Read message [locked]   Unread message [locked] Unread message [locked]
All times are GMT-2

Jump to: