Visual Studio Code provides a rich and easy keyboard shortcuts editing experience using Keyboard Shortcuts editor. It lists all available commands with and without keybindings …
Read MoreCode Editors
Visual Studio Code Keyboard Shortcuts
Developed by Microsoft, Visual Studio Code stands as a testament to innovation in code editing. Embrace a code editor crafted with precision, packed with features …
Read MoreCodeigniter echoing [::1] instead of localhost
Codeigniter echoing [::1] instead of localhost I am using CodeIgniter 3.16 as a web platform and when redirecting with uri. I’m doing so by using …
Read MoreTinyMCE URL Conversion Example
relative_urls : false, remove_script_host : false, convert_urls : true, LIKE:: <script> tinymce.init({ selector: ‘.rte’, height: 500, …
Read MoreGet TinyMCE to use full image url instead of relative one
#Get TinyMCE to use full image url instead of relative one Make sure in the javascript initialization you are using, that you have these lines …
Read MoreCk editor options
Description: <textarea cols=”80″ id=”editor_ckxhr” name=”description” placeholder=”Enter Description” id=”description” rows=”5″></textarea> <script type=”text/javascript”> CKEDITOR.replace(‘editor_ckxhr’, …
Read Moreck editor options
## CK EDITOR OPTIONS:: <script type=”text/javascript”> CKEDITOR.replace(‘editor_office2003’, { height: ‘300px’, enterMode: CKEDITOR.ENTER_BR, toolbar: [ { name: ‘document’, groups: [‘document’, ‘doctools’], items: [‘Save’, ‘NewPage’, ‘Preview’, …
Read More