This file lists all tests in Quial.
Adjacent links that point to the same location should be merged
See source.
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>title</title> | |
| </head> | |
| <body> | |
| <div id="sampleContent"> | |
| <h1>Short date 12-04-12</h1> | |
| <p>Short date 12-04-12</p> |
| <!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> |
This file lists all tests in Quial.
Adjacent links that point to the same location should be merged
See source.
| <!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> |
| -- <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 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.
| 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. |
| // 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 ) |
| $ 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 |