To set the dialog box options, follow the next steps: In the Apply to field drop-down menu select the text field on which to apply the server behavior. In the Mask drop-down menu select one of the predefined masks or create your own custom mask. To learn more about this, read the note below. The …
Category Archives: JavaScript – Ajax
Redirect iframe to top target with php
Redirect iframe to top target with php <script>window.top.location.href=”<?php echo “index.php/final?code=1”; ?>”</script>
Execute Lightbox Scripts From Flash
Execute Lightbox Scripts From Flash: Part Deux Since the first thread showing you how to execute Lightbox scripts from Flash was such a big hit, I decided to write another showing you how to gain even more functionality in this regard. Tonight I will be showing you how to initiate a Lightbox containing a Flash …
Share this configuration
The ShareThis plugin for Joomla! provides an unobtrusive way for your visitors to post your Joomla! content to various social bookmarking sites, or send a link via e-mail & other communication channels (like Facebook and MySpace) to a friend. For more information on ShareThis JavaScript widget for standard websites as well as buttons for WordPress, …
TinyMCE: Configuration/valid elements
Option: valid_elements The valid_elements option defines which elements will remain in the edited text when the editor saves. You can use this to limit the returned HTML to a subset. This option contains a comma separated list of element conversion chunks. Each chunk contains information about how one element and its attributes should be treated. The …
Tinymce Specifying an Absolute Image Path
tinyMCE.init({ mode : “textareas”, theme_advanced_buttons1 : “bold,italic,underline,strikethrough,separator,undo,redo,separator,bullist,numlist,separator,cut,copy,paste,separator,link,unlink,separator,code,separator,image,formatselect”, theme_advanced_buttons2 : “”, theme_advanced_buttons3 : “”, plugins : “imagemanager”, document_base_url : “http://[domain name]”, relative_urls : false, content_css : “../css/content.css” });