Apache-SdnFw

 view release on metacpan or  search on metacpan

lib/Apache/SdnFw/js/tinymce/changelog.txt  view on Meta::CPAN

	Fixed issue where hasDuplicate variable would leak out to the global space due to a bug in the Sizzle engine.
	Fixed issue where the paste event would fire a dialog warning on IE since we extracted the text contents.
	Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.
Version 3.2.2.3 (2009-03-26)
	Fixed regression bug with the getPos method, it would return invalid if the view port was to small.
Version 3.2.2.2 (2009-03-25)
	Fixed so the DOMUtils getPos method can be used cross documents if needed.
	Fixed bug where undo/redo wasn't working correctly in Gecko browsers.
Version 3.2.2.1 (2009-03-19)
	Added support for tel: URL prefixes. Even though this doesn't match any official RFC.
	Fixed so the select method of the Selection class selects the first best suitable contents.
	Fixed bug where the regexps for www. prefixes for link and advlink dialogs would match wwwX.
	Fixed bug where the preview dialog would fail to open if the content_css wasn't defined. Patch contributed by David Bildström (ChronoZ).
	Fixed bug where editors wasn't converted in application/xhtml+xml mode due to an issue with Sizzle.
	Fixed bug where alignment would fail if multiple lines where selected.
	Updated Sizzle engine to the latest version, this version fixes a few bugs that was reported.
Version 3.2.2 (2009-03-05)
	Added new CSS selector engine. Sizzle the same one that jQuery and other libraries are using.
	Added new is and getParents methods to the DOMUtils class. These use the new Sizzle engine to select elements.
	Added new removeformat_selector option, enables you to specify a CSS selector pattern of elements to remove when using removeformat.
	Fixed so the getParent method can take CSS expressions when selecting it's parents.

lib/Apache/SdnFw/js/tinymce/jscripts/tiny_mce/plugins/media/media.htm  view on Meta::CPAN

					<table border="0" cellpadding="4" cellspacing="0">
						<tr>
							<td><label for="flash_quality">{#media_dlg.quality}</label></td>
							<td>
								<select id="flash_quality" name="flash_quality" onchange="generatePreview();">
									<option value="">{#not_set}</option> 
									<option value="high">high</option>
									<option value="low">low</option>
									<option value="autolow">autolow</option>
									<option value="autohigh">autohigh</option>
									<option value="best">best</option>
								</select>
							</td>

							<td><label for="flash_scale">{#media_dlg.scale}</label></td>
							<td>
								<select id="flash_scale" name="flash_scale" onchange="generatePreview();">
									<option value="">{#not_set}</option> 
									<option value="showall">showall</option>
									<option value="noborder">noborder</option>
									<option value="exactfit">exactfit</option>



( run in 1.251 second using v1.01-cache-2.11-cpan-4e96b696675 )