This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Version:1.0 | |
| StartHTML:0000000157 | |
| EndHTML:0000047763 | |
| StartFragment:0000043069 | |
| EndFragment:0000047723 | |
| SourceURL:file://VBOXSVR/share/out/multi_list.docx | |
| <html xmlns:o="urn:schemas-microsoft-com:office:office" | |
| xmlns:w="urn:schemas-microsoft-com:office:word" | |
| xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ code --list-extensions | |
| abusaidm.html-snippets | |
| ajhyndman.jslint | |
| alefragnani.Bookmarks | |
| alefragnani.project-manager | |
| christian-kohler.npm-intellisense | |
| christian-kohler.path-intellisense | |
| mlewand.ck4-test-mate | |
| cmstead.jsrefactor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Fill out your copyright notice in the Description page of Project Settings. | |
| #include "sample1.h" | |
| #include "Enemy_Hit_Notifier.h" | |
| UEnemy_Hit_Notifier::UEnemy_Hit_Notifier( const FObjectInitializer& ObjectInitializer /*= FObjectInitializer::Get()*/ ) | |
| : Super( ObjectInitializer ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CKEDITOR.replace( 'editor', { | |
| on: { | |
| // You need to listen to dialogShow event. | |
| dialogShow: function( evt ) { | |
| // Getting browse button object. | |
| var browseButton = evt.data.getContentElement( 'info', 'browse' ); | |
| if ( browseButton ) { | |
| browseButton.on( 'click', function( evt ) { | |
| // Do your custom logic here, e.g. display a floating div with UI. |
This repository contains a list of features that contentEditable (or components that mimics it) should provide. This came as a result of ContentEditable — The Good, the Bad and the Ugly post followed up by Twitter discussion.
- Selection
- Ranges
- Possibly multiple ranges (Currently supported only on FF)
- Take care of selection orientation (there are differences for selection made from left to right and vice-versa)
- Ranges
- User interaction
- touch support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- <br class=""> | |
| <div class="gmail_signature"> | |
| <div dir="ltr" class="">Piotrek Koszuliński<br class=""> | |
| CKEditor JavaScript Lead Developer<br class=""> | |
| --<br class=""> | |
| CKSource - <a moz-do-not-send="true" href="http://cksource.com/" target="_blank" class="">http://cksource.com</a><br class=""> | |
| --<br class=""> | |
| Follow CKEditor on: <a moz-do-not-send="true" href="http://twitter.com/ckeditor" target="_blank" class="">Twitter</a> | |
| | <a moz-do-not-send="true" href="http://www.facebook.com/ckeditor" target="_blank" class="">Facebook</a> | |
| | <a moz-do-not-send="true" href="https://plus.google.com/107736718646302128806" target="_blank" class="">Google+</a> | <a moz-do-not-send="true" href="http://www.linkedin.com/company/cksource" target="_blank" class="">LinkedIn</a></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>title</title> | |
| </head> | |
| <body> | |
| <div id="sampleContent"> | |
| <p>This element contains <b>bold</b>.</p> | |
| </div> |
This file lists all tests in Quial.
Adjacent links that point to the same location should be merged
See source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>title</title> | |
| </head> | |
| <body> | |
| <div id="sampleContent"> | |
| <p>Short date <font>10.02.2011</font></p> | |
| </div> |