You are here

Files in UEditor - 百度编辑器 8

Primary tabs

File namesort descending Location Namespace Description
anchor.html lib/dialogs/anchor/anchor.html var anchorInput = $G('anchorName'), node = editor.selection.getRange().getClosedNode(); if(node && node.tagName == 'IMG' && (node = node.getAttribute('anchorname'))){ anchorInput.value = node; } …
attachment.css lib/dialogs/attachment/attachment.css @charset "utf-8"; /* dialog样式 */ .wrapper { zoom: 1; width: 630px; *width: 626px; height: 380px; margin: 0 auto; padding: 10px; position: relative; font-family:…
background.css lib/dialogs/background/background.css .wrapper{ width: 424px;margin: 10px auto; zoom:1;position: relative} .tabbody{height:225px;} .tabbody .panel { position: absolute;width:100%; height:100%;background: #fff; display: none;} .tabbody .focus { display: block;} body{font-size: 12px;color:…
background.html lib/dialogs/background/background.html : : : …
chart lib/dialogs/charts/charts.html chart
charts.css lib/dialogs/charts/charts.css html, body { width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; } .main { width: 100%; overflow: hidden; } .table-view { height: 100%; float: left; margin: 20px; width:…
codemirror.css lib/third-party/codemirror/codemirror.css .CodeMirror { line-height: 1em; font-family: monospace; } .CodeMirror-scroll { overflow: auto; height: 300px; /* This is needed to prevent an IE[67] bug where the scrolled content is visible outside of the scrolling box.…
dialogbase.css lib/themes/default/dialogbase.css /*弹出对话框页面样式组件 */ /*reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,…
edittable.css lib/dialogs/table/edittable.css body{ overflow: hidden; width: 540px; } .wrapper { margin: 10px auto 0; font-size: 12px; overflow: hidden; width: 520px; height: 315px; } .clear { clear: both; } .wrapper .left { float: left; margin-left:…
edittable.html lib/dialogs/table/edittable.html
edittd.html lib/dialogs/table/edittd.html var tone = $G("J_tone"), colorPiker = new UE.ui.ColorPicker({ editor:editor }), colorPop = new UE.ui.Popup({ editor:editor, content:colorPiker }); …
emotion.css lib/dialogs/emotion/emotion.css .jd img{ background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top; cursor:pointer;width:35px;height:35px;display:block; } .pp img{ background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top; …
emotion.html lib/dialogs/emotion/emotion.html var emotion = { tabNum:7, //切换面板数量 SmilmgName:{ tab0:['j_00', 84], tab1:['t_00', 40], tab2:['w_00', 52], tab3:['B_00', 63], tab4:['C_00', 20], tab5:['i_f', 50], tab6:['y_00', 40] }, //图片前缀名 imageFolders:{…
formula.css css/formula.css .edui-toolbar .edui-for-kityformula .edui-icon { background: url("../lib/kityformula-plugin/kf-icon.png") !important; }
gmap.html lib/dialogs/gmap/gmap.html domUtils.on(window,"load",function(){ var map = new google.maps.Map(document.getElementById('container'), { zoom: 3, streetViewControl: false, scaleControl: true, mapTypeId:…
help.css lib/dialogs/help/help.css .wrapper{width: 370px;margin: 10px auto;zoom: 1;} .tabbody{height: 360px;} .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} .tabbody .panel p{font-size:12px;margin:…
iframe.css lib/themes/iframe.css /*可以在这里添加你自己的css*/
image.css lib/dialogs/image/image.css @charset "utf-8"; /* dialog样式 */ .wrapper { zoom: 1; width: 630px; *width: 626px; height: 380px; margin: 0 auto; padding: 10px; position: relative; font-family:…
insertframe.html lib/dialogs/insertframe/insertframe.html px px …
link.html lib/dialogs/link/link.html var range = editor.selection.getRange(), link = range.collapsed ? editor.queryCommandValue( "link" ) : editor.selection.getStart(), url, text = $G('text'), rangeLink =…
Lists.php src/Lists.php Drupal\ueditor
map.html lib/dialogs/map/map.html : : var map = new BMap.Map("container"),marker,point,styleStr; map.enableScrollWheelZoom(); map.enableContinuousZoom(); function doSearch(){ …
music.css lib/dialogs/music/music.css .wrapper{margin: 5px 10px;} .searchBar{height:30px;padding:7px 0 3px;text-align:center;} .searchBtn{font-size:13px;height:24px;} .resultBar{width:460px;margin:5px auto;border: 1px solid #CCC;border-radius: 5px;box-shadow: 2px 2px 5px…
preview.html lib/dialogs/preview/preview.html
README.txt README.txt DESCRIPTION ---------------- UEditor(百度编辑器) is Baidu web front-end R & D department developed WYSIWYG rich text web editor, with a lightweight, customizable, and focus on user experience and other characteristics, the open source BSD…
scrawl.css lib/dialogs/scrawl/scrawl.css /*common */ body{margin: 0;} table{width:100%;} table td{padding:2px 4px;vertical-align: middle;} a{text-decoration: none;} em{font-style: normal;} .border_style1{border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px…
scrawl.html lib/dialogs/scrawl/scrawl.html 1 3 5 7 1 3 5 7 …
searchreplace.html lib/dialogs/searchreplace/searchreplace.html : …
shCoreDefault.css lib/third-party/SyntaxHighlighter/shCoreDefault.css .syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter,.syntaxhighlighter td,.syntaxhighlighter tr,.syntaxhighlighter tbody,.syntaxhighlighter thead,.syntaxhighlighter caption,.syntaxhighlighter…
snapscreen.html lib/dialogs/snapscreen/snapscreen.html
spechars.html lib/dialogs/spechars/spechars.html
template.css lib/dialogs/template/template.css .wrap{ padding: 5px;font-size: 14px;} .left{width:425px;float: left;} .right{width:160px;border: 1px solid #ccc;float: right;padding: 5px;margin-right: 5px;} .right .pre{height: 332px;overflow-y: auto;} .right .preitem{border: white 1px solid;margin:…
template.html lib/dialogs/template/template.html
ueditor.css lib/themes/default/css/ueditor.css /*基础UI构建 */ /* common layer */ .edui-default .edui-box { border: none; padding: 0; margin: 0; overflow: hidden; } .edui-default a.edui-box { display: block; text-decoration: none; color: black; } .edui-default…
ueditor.info.yml ueditor.info.yml ueditor.info.yml
ueditor.libraries.yml ueditor.libraries.yml ueditor.libraries.yml
ueditor.links.menu.yml ueditor.links.menu.yml ueditor.links.menu.yml
ueditor.min.css lib/themes/default/css/ueditor.min.css /*! * UEditor * version: ueditor * build: Thu Jun 16 2016 12:33:51 GMT+0800 (CST) */ .edui-default .edui-box{border:0;padding:0;margin:0;overflow:hidden}.edui-default a.edui-box{display:block;text-decoration:none;color:#000}.edui-default…
ueditor.module ueditor.module Provides integration with the UEditor WYSIWYG editor.
ueditor.permissions.yml ueditor.permissions.yml ueditor.permissions.yml
UEditor.php src/Plugin/Editor/UEditor.php Drupal\ueditor\Plugin\Editor
ueditor.routing.yml ueditor.routing.yml ueditor.routing.yml
ueditor.settings.yml config/install/ueditor.settings.yml config/install/ueditor.settings.yml
UeditorGlobalSettingsForm.php src/Form/UeditorGlobalSettingsForm.php Drupal\ueditor\Form Contains \Drupal\ueditor\Form\UeditorGlobalSettingsForm.
ueditor图片对话框 lib/dialogs/image/image.html ueditor图片对话框
ueditor图片对话框 lib/dialogs/attachment/attachment.html ueditor图片对话框
Upload.php src/Uploader/Upload.php Drupal\ueditor\Uploader
UploadCatch.php src/Uploader/UploadCatch.php Drupal\ueditor\Uploader
UploadFile.php src/Uploader/UploadFile.php Drupal\ueditor\Uploader
UploadFileController.php src/Controller/UploadFileController.php Drupal\ueditor\Controller

Pages

Other projects