My tickets
 
Submit ticket
 
Login
 
HTML & Javascript related problems
Home
>
Developers help
>
HTML & Javascript related problems
How can I enable debug menu in Safari browsers ?
If you want to javascript console and other usefull tools for debugging your web applications in Safari, open file: c:\Documents and Settings\Administrator\Application Data\Apple Computer\Safari\Preferences.plist And add inside this file new entry: <key>IncludeDebugMenu</key> <true/> Than save it. Close all your Safari browsers and open it again. You will see in the menu new menu entry called Debug. If the above mentioned does not work for you, try the foll...
Overview
This section will contain development information about HTML and Javascript related problems.
How to setup default font size for WYSIWYG editor ?
If you want to setup default font and font size in your WYSIWYG HTML editor, just execute following commands in your editor: editor.execCommand("FontSize", false, "2"); editor.execCommand("FontName", false, "Arial"); As Font Name you can use values like: Arial, Tahoma, Verdana, etc. Important is, that font size is not in pixels ! Font size: 1 = 8pt 2 = 10pt 3 = 12pt 4 = 14pt 5 = 18pt 6 = 24pt 7 = 36pt
Web Server Response codes
415 Unsupported Media Type
414 Request-URI Too Long
416 Requested Range Not Satisfiable
and 20 more ...
Subcategories
Web Server Response codes