﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10756	No documentation for POSITION_AFTER_START	Piotr Jasiun		"There is no documentation for following flags ([https://github.com/ckeditor/ckeditor-dev/blob/master/core/dom/range.js#L2152-L2160 range.js:2152]):
{{{
CKEDITOR.''POSITION_AFTER_START'' = 1; // <element>^contents</element>		""^text""
CKEDITOR.POSITION_BEFORE_END = 2; // <element>contents^</element>		""text^""
CKEDITOR.POSITION_BEFORE_START = 3; // ^<element>contents</element>		^""text""
CKEDITOR.POSITION_AFTER_END = 4; // <element>contents</element>^		""text""

CKEDITOR.ENLARGE_ELEMENT = 1;
CKEDITOR.ENLARGE_BLOCK_CONTENTS = 2;
CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS = 3;
CKEDITOR.ENLARGE_INLINE = 4;
}}}"	Bug	closed	Normal		Documentation & Samples		fixed		
