├── test ├── baidu │ ├── ui │ │ ├── Dialog │ │ │ ├── test.swf │ │ │ ├── blank.html │ │ │ ├── img │ │ │ │ ├── bg1.gif │ │ │ │ ├── close.gif │ │ │ │ └── resize.gif │ │ │ ├── css │ │ │ │ └── reset.css │ │ │ ├── flash │ │ │ │ └── test_flash.swf │ │ │ ├── tools.js │ │ │ ├── Dialog$alert.js │ │ │ ├── Dialog$closeButton.js │ │ │ ├── Dialog$iframe.js │ │ │ ├── Dialog$autoDispose.js │ │ │ ├── Dialog$smartCover.js │ │ │ └── test.html │ │ ├── Login │ │ │ ├── respReg.js │ │ │ ├── img │ │ │ │ ├── bg1.gif │ │ │ │ ├── close.gif │ │ │ │ └── resize.gif │ │ │ ├── css │ │ │ │ └── reset.css │ │ │ ├── resp.php │ │ │ ├── registerResult.php │ │ │ ├── loginResult.php │ │ │ └── Login.php │ │ ├── Suggestion │ │ │ ├── php │ │ │ │ └── suggestion.php │ │ │ ├── ForTest.swf │ │ │ ├── Coffee Bean.bmp │ │ │ ├── flash │ │ │ │ └── test_flash.swf │ │ │ ├── main.css │ │ │ ├── tools.js │ │ │ ├── create.js │ │ │ └── test.html │ │ ├── Table │ │ │ ├── css │ │ │ │ ├── style.css │ │ │ │ └── table.css │ │ │ ├── style.css │ │ │ └── tools.js │ │ ├── smartPosition │ │ │ ├── data │ │ │ │ └── blank.html │ │ │ ├── set.js │ │ │ ├── mouse.js │ │ │ ├── test.html │ │ │ └── tools.js │ │ ├── Toolbar │ │ │ ├── icons.gif │ │ │ ├── button_bg.png │ │ │ ├── sprites_btn_b.png │ │ │ ├── tools.js │ │ │ ├── manual.css │ │ │ └── test.html │ │ ├── Tree │ │ │ ├── image │ │ │ │ ├── I.png │ │ │ │ ├── L.png │ │ │ │ ├── T.png │ │ │ │ ├── s.gif │ │ │ │ ├── file.png │ │ │ │ ├── plus.gif │ │ │ │ ├── Lminus.png │ │ │ │ ├── Lplus.png │ │ │ │ ├── Tminus.png │ │ │ │ ├── Tplus.png │ │ │ │ ├── blank.png │ │ │ │ ├── folder.gif │ │ │ │ ├── minus.gif │ │ │ │ └── folderopen.gif │ │ │ ├── extimage │ │ │ │ ├── file.png │ │ │ │ ├── leaf.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── blank.png │ │ │ │ ├── elbow.gif │ │ │ │ ├── folder.gif │ │ │ │ ├── checkbox.gif │ │ │ │ ├── elbow-end.gif │ │ │ │ ├── elbow-line.gif │ │ │ │ ├── elbow-minus.gif │ │ │ │ ├── elbow-plus.gif │ │ │ │ ├── folder-open.gif │ │ │ │ ├── checkbox-check.gif │ │ │ │ ├── elbow-end-plus.gif │ │ │ │ ├── elbow-minus-nl.gif │ │ │ │ ├── elbow-plus-nl.gif │ │ │ │ ├── elbow-end-minus.gif │ │ │ │ ├── checkbox-halfcheck.gif │ │ │ │ └── elbow-end-plus-nl.gif │ │ │ └── test.php │ │ ├── Accordion │ │ │ ├── line.gif │ │ │ └── Accordion$fx.js │ │ ├── Combox │ │ │ ├── css │ │ │ │ ├── reset.css │ │ │ │ ├── img │ │ │ │ │ ├── combo_arrow.gif │ │ │ │ │ └── editor-icon.gif │ │ │ │ └── demo.css │ │ │ ├── combox │ │ │ │ └── image │ │ │ │ │ └── combo_arrow.gif │ │ │ ├── form.php │ │ │ ├── select.js │ │ │ └── style.css │ │ ├── Menubar │ │ │ ├── css │ │ │ │ ├── reset.css │ │ │ │ ├── img │ │ │ │ │ ├── ui-bg.png │ │ │ │ │ ├── ui-bg_75.png │ │ │ │ │ ├── ui-icons.png │ │ │ │ │ └── editor-icon.gif │ │ │ │ └── demo.css │ │ │ ├── tools.js │ │ │ ├── Menubar$icon.js │ │ │ ├── hover.js │ │ │ ├── click.js │ │ │ ├── Menubar$hover.js │ │ │ ├── Menubar$click.js │ │ │ └── test.html │ │ ├── Tooltip │ │ │ ├── css │ │ │ │ ├── reset.css │ │ │ │ ├── img │ │ │ │ │ └── editor-icon.gif │ │ │ │ └── demo.css │ │ │ ├── Tooltip$close.js │ │ │ ├── tools.js │ │ │ └── test.html │ │ ├── DatePicker │ │ │ ├── css │ │ │ │ ├── reset.css │ │ │ │ └── demo.css │ │ │ ├── tools.js │ │ │ ├── index.htm │ │ │ └── test.html │ │ ├── ColorPicker │ │ │ ├── css │ │ │ │ └── img │ │ │ │ │ ├── hex.png │ │ │ │ │ ├── close.gif │ │ │ │ │ ├── save.png │ │ │ │ │ ├── slider.png │ │ │ │ │ ├── ui-bg_75.png │ │ │ │ │ ├── custom_hsb_b.png │ │ │ │ │ ├── custom_hsb_h.png │ │ │ │ │ ├── custom_hsb_s.png │ │ │ │ │ ├── custom_rgb_b.png │ │ │ │ │ ├── custom_rgb_g.png │ │ │ │ │ ├── custom_rgb_r.png │ │ │ │ │ ├── colorpicker_indic.gif │ │ │ │ │ ├── colorpicker_select.gif │ │ │ │ │ ├── colorpicker_overlay.png │ │ │ │ │ ├── colorpicker_background.png │ │ │ │ │ └── ui-icons_222222_256x240.png │ │ │ ├── tools.js │ │ │ ├── ColorPicker$more.js │ │ │ ├── ColorPicker$click.js │ │ │ ├── test.html │ │ │ └── manual.html │ │ ├── Modal │ │ │ ├── flash │ │ │ │ └── test_flash.swf │ │ │ ├── tools.js │ │ │ ├── test_data.html │ │ │ ├── test.html │ │ │ └── manual2.html │ │ ├── Popup │ │ │ ├── flash │ │ │ │ └── test_flash.swf │ │ │ ├── Popup$closeButton.js │ │ │ ├── Popup$keyboard.js │ │ │ ├── Popup$smartCover.js │ │ │ ├── test.html │ │ │ └── Popup$modal.js │ │ ├── Carousel │ │ │ ├── mindmap │ │ │ │ ├── Carousel.xmind │ │ │ │ ├── Carousel$table.xmind │ │ │ │ └── Carousel$splice.xmind │ │ │ ├── css │ │ │ │ ├── style.css │ │ │ │ └── slide.css │ │ │ ├── style.css │ │ │ └── Carousel$scrollByPage.js │ │ ├── ScrollBar │ │ │ └── imgs │ │ │ │ ├── scrollbar-h.gif │ │ │ │ └── scrollbar-v.gif │ │ ├── ProgressBar │ │ │ ├── style.css │ │ │ └── tools.js │ │ ├── Button │ │ │ ├── tools.js │ │ │ └── test.html │ │ ├── StarRate │ │ │ ├── starRate.css │ │ │ └── test.html │ │ ├── Input │ │ │ ├── tools.js │ │ │ └── test.html │ │ ├── Slider │ │ │ ├── style.css │ │ │ ├── tools.js │ │ │ └── manual.html │ │ ├── behavior │ │ │ ├── tools.js │ │ │ ├── decorator.js │ │ │ └── testDroppable.html │ │ ├── Tab │ │ │ ├── tools.js │ │ │ └── test.html │ │ ├── Pager │ │ │ └── tools.js │ │ ├── index.html │ │ └── ColorPalette.js │ ├── data │ │ ├── dataSource │ │ │ ├── exist.js │ │ │ ├── get.php │ │ │ ├── tools.js │ │ │ ├── sio.js │ │ │ └── local.js │ │ ├── Validator │ │ │ ├── remote_get.php │ │ │ └── remote_post.php │ │ ├── mindmap │ │ │ ├── baidu.data.DataModel.xmind │ │ │ ├── baidu.data.DataStore.xmind │ │ │ ├── baidu.data.Validator.xmind │ │ │ └── baidu.data.ModelManager.xmind │ │ └── DataStore │ │ │ ├── newbooks.xml │ │ │ ├── books.xml │ │ │ ├── lib.json │ │ │ └── newlib.json │ ├── widget │ │ ├── get.js │ │ ├── load.js │ │ ├── js │ │ │ ├── t7_2.js │ │ │ ├── c.js │ │ │ ├── b.js │ │ │ ├── t9_2.js │ │ │ ├── t6_1.js │ │ │ ├── t6_2.js │ │ │ ├── a.js │ │ │ ├── d.js │ │ │ ├── uibase.js │ │ │ ├── core │ │ │ │ └── log.js │ │ │ ├── t9_1.js │ │ │ ├── t7_1.js │ │ │ └── dialog.js │ │ ├── getPath.js │ │ └── dispose.js │ ├── fx │ │ ├── Coffee_Bean.bmp │ │ ├── uiut │ │ │ ├── app │ │ │ │ ├── img │ │ │ │ │ ├── all.png │ │ │ │ │ ├── logo.gif │ │ │ │ │ ├── pause.png │ │ │ │ │ ├── plus.JPG │ │ │ │ │ ├── step.png │ │ │ │ │ ├── stop.png │ │ │ │ │ ├── continue.png │ │ │ │ │ ├── selected.png │ │ │ │ │ ├── step_disabled.png │ │ │ │ │ └── continue_disabled.png │ │ │ │ └── css │ │ │ │ │ └── framework.css │ │ │ ├── runTests_copy_to_test_folder.html │ │ │ └── help.txt │ │ ├── effect │ │ │ ├── expand_one.js │ │ │ ├── fadeIn_one.js │ │ │ ├── fadeIn_two.js │ │ │ ├── fadeOut_one.js │ │ │ ├── fadeOut_two.js │ │ │ ├── moveBy_one.js │ │ │ ├── moveBy_two.js │ │ │ ├── moveTo_one.js │ │ │ ├── moveTo_two.js │ │ │ ├── collapse_one.js │ │ │ ├── effect_style.js │ │ │ ├── expand_three.js │ │ │ ├── fadeIn_three.js │ │ │ ├── moveBy_three.js │ │ │ ├── moveTo_three.js │ │ │ ├── collapse_three.js │ │ │ ├── fadeOut_three.js │ │ │ ├── highlight_one.js │ │ │ ├── highlight_two.js │ │ │ └── highlight_three.js │ │ ├── collapse_one_run.html │ │ ├── expand_one_run.html │ │ ├── fadeIn_one_run.html │ │ ├── fadeIn_two_run.html │ │ ├── fadeOut_one_run.html │ │ ├── fadeOut_two_run.html │ │ ├── moveBy_one_run.html │ │ ├── moveBy_two_run.html │ │ ├── moveTo_one_run.html │ │ ├── moveTo_two_run.html │ │ ├── collapse_three_run.html │ │ ├── effect_style_run.html │ │ ├── expand_three_run.html │ │ ├── fadeIn_three_run.html │ │ ├── fadeOut_three_run.html │ │ ├── highlight_one_run.html │ │ ├── highlight_two_run.html │ │ ├── moveBy_three_run.html │ │ ├── moveTo_three_run.html │ │ ├── highlight_three_run.html │ │ ├── current.js │ │ ├── remove.js │ │ ├── getTransition.js │ │ └── zoomIn.js │ ├── tools │ │ └── log │ │ │ ├── img │ │ │ ├── close.gif │ │ │ ├── BlockSprites.png │ │ │ └── InlineSprites.png │ │ │ └── test.css │ ├── flash │ │ ├── imageUpload │ │ │ ├── assets │ │ │ │ ├── button.png │ │ │ │ ├── background.png │ │ │ │ └── list_background.png │ │ │ ├── 1.txt │ │ │ └── getfile.php │ │ └── fileUpLoader │ │ │ └── manual.html │ ├── i18n │ │ ├── mindmap │ │ │ ├── baidu.i18n.date.xmind │ │ │ ├── baidu.i18n.number.xmind │ │ │ ├── baidu.i18n.string.xmind │ │ │ └── baidu.i18n.currency.xmind │ │ ├── number.html │ │ └── date.html │ ├── parser │ │ ├── mindmap │ │ │ ├── baidu.parser.Xml.xmind │ │ │ ├── baidu.parser.Json.xmind │ │ │ ├── baidu.parser.Parser.xmind │ │ │ └── baidu.parser.create.xmind │ │ ├── tools.js │ │ ├── Xml │ │ │ ├── books.php │ │ │ └── books.xml │ │ ├── create.js │ │ └── Json │ │ │ ├── lib.json │ │ │ └── lib.php │ ├── history │ │ └── listen │ │ │ └── manual.html │ └── form │ │ ├── request.php │ │ └── manual.html └── tools │ ├── br │ ├── .gitignore │ ├── css │ │ ├── bg_button_a.gif │ │ └── bg_button_span.gif │ ├── lib │ │ ├── jscoverage.exe │ │ └── StafResult.php │ ├── record.php │ ├── geneHistory.php │ ├── smail.php │ ├── run.php │ └── js │ │ └── ext_qunit.js │ ├── test.html │ ├── data │ ├── test.html │ └── frame.php │ └── lib │ └── ant_tangram_ext.jar ├── resources └── baidu │ └── flash │ ├── avatarMaker.swf │ ├── fileUploader.swf │ └── imageUploader.swf ├── src └── baidu │ ├── ui.js │ ├── i18n │ ├── cultures.js │ ├── string.js │ └── cultures │ │ └── zh-CN.js │ ├── i18n.js │ ├── form.js │ ├── fx.js │ ├── data.js │ ├── flash.js │ ├── tools.js │ ├── history.js │ ├── parser.js │ ├── parser │ ├── type.js │ └── create.js │ ├── ui │ ├── behavior.js │ ├── Base │ │ ├── getParent.js │ │ └── setParent.js │ ├── behavior │ │ └── posable │ │ │ ├── setPositionByMouse.js │ │ │ └── setPositionByElement.js │ ├── getUI.js │ ├── create.js │ ├── Suggestion │ │ ├── Suggestion$coverable.js │ │ └── Suggestion$data.js │ ├── Dialog │ │ ├── Dialog$autoDispose.js │ │ ├── Dialog$coverable.js │ │ ├── Dialog$closeButton.js │ │ └── Dialog$modal.js │ ├── Popup │ │ └── Popup$coverable.js │ ├── Modal │ │ └── Modal$coverable.js │ ├── Tooltip │ │ └── Tooltip$close.js │ ├── Combox │ │ ├── Combox$statable.js │ │ └── Combox$select.js │ ├── Menubar │ │ ├── Menubar$icon.js │ │ └── Menubar$fx.js │ ├── get.js │ ├── Button │ │ ├── Button$poll.js │ │ └── Button$capture.js │ ├── getAttribute.js │ ├── Carousel │ │ └── Carousel$btn.js │ └── Toolbar │ │ └── Separator.js │ ├── data │ └── dataSource.js │ ├── widget │ ├── get.js │ ├── getPath.js │ ├── _isWidget.js │ └── dispose.js │ ├── widget.js │ └── fx │ └── current.js └── README /test/baidu/ui/Dialog/test.swf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/baidu/ui/Login/respReg.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/baidu/ui/Suggestion/php/suggestion.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/tools/br/.gitignore: -------------------------------------------------------------------------------- 1 | /report 2 | /report.xml 3 | -------------------------------------------------------------------------------- /test/baidu/data/dataSource/exist.js: -------------------------------------------------------------------------------- 1 | fromBrowser = "百度"; -------------------------------------------------------------------------------- /test/baidu/ui/Dialog/blank.html: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /test/tools/test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /test/baidu/ui/Table/css/style.css: -------------------------------------------------------------------------------- 1 | 2 | td{ 3 | border:solid 1px red; 4 | } -------------------------------------------------------------------------------- /test/baidu/data/Validator/remote_get.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/baidu/data/Validator/remote_post.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/tools/data/test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /test/baidu/ui/smartPosition/data/blank.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /test/baidu/widget/get.js: -------------------------------------------------------------------------------- 1 | //get test in create 2 | test('test in create', function(){ 3 | ok(true); 4 | }); -------------------------------------------------------------------------------- /test/baidu/widget/load.js: -------------------------------------------------------------------------------- 1 | // load tested in create 2 | test('test in create', function(){ 3 | ok(true); 4 | }); -------------------------------------------------------------------------------- /test/baidu/fx/Coffee_Bean.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/Coffee_Bean.bmp -------------------------------------------------------------------------------- /test/baidu/ui/Login/img/bg1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Login/img/bg1.gif -------------------------------------------------------------------------------- /test/baidu/ui/Toolbar/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Toolbar/icons.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/I.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/L.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/T.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/T.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/s.gif -------------------------------------------------------------------------------- /test/baidu/widget/js/t7_2.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create("t7_2", function(r, e) { 2 | e.exec = function(){return 2;}; 3 | }); -------------------------------------------------------------------------------- /test/baidu/ui/Accordion/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Accordion/line.gif -------------------------------------------------------------------------------- /test/baidu/ui/Dialog/img/bg1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Dialog/img/bg1.gif -------------------------------------------------------------------------------- /test/baidu/ui/Login/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Login/css/reset.css -------------------------------------------------------------------------------- /test/baidu/ui/Login/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Login/img/close.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/file.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/plus.gif -------------------------------------------------------------------------------- /test/baidu/widget/js/c.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create('c', function(r,e){ 2 | e.c = function(){ 3 | return 'c'; 4 | }; 5 | }); -------------------------------------------------------------------------------- /test/tools/br/css/bg_button_a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/tools/br/css/bg_button_a.gif -------------------------------------------------------------------------------- /test/tools/br/lib/jscoverage.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/tools/br/lib/jscoverage.exe -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/all.png -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/logo.gif -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/pause.png -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/plus.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/plus.JPG -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/step.png -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/stop.png -------------------------------------------------------------------------------- /test/baidu/tools/log/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/tools/log/img/close.gif -------------------------------------------------------------------------------- /test/baidu/ui/Combox/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Combox/css/reset.css -------------------------------------------------------------------------------- /test/baidu/ui/Dialog/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Dialog/css/reset.css -------------------------------------------------------------------------------- /test/baidu/ui/Dialog/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Dialog/img/close.gif -------------------------------------------------------------------------------- /test/baidu/ui/Dialog/img/resize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Dialog/img/resize.gif -------------------------------------------------------------------------------- /test/baidu/ui/Login/img/resize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Login/img/resize.gif -------------------------------------------------------------------------------- /test/baidu/ui/Menubar/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Menubar/css/reset.css -------------------------------------------------------------------------------- /test/baidu/ui/Suggestion/ForTest.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Suggestion/ForTest.swf -------------------------------------------------------------------------------- /test/baidu/ui/Toolbar/button_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Toolbar/button_bg.png -------------------------------------------------------------------------------- /test/baidu/ui/Tooltip/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tooltip/css/reset.css -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/file.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/leaf.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/plus.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/Lminus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/Lminus.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/Lplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/Lplus.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/Tminus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/Tminus.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/Tplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/Tplus.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/blank.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/folder.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/minus.gif -------------------------------------------------------------------------------- /test/baidu/widget/js/b.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create("b", function(require, exports){ 2 | exports.b = function(){return 'b';}; 3 | }); -------------------------------------------------------------------------------- /test/tools/br/css/bg_button_span.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/tools/br/css/bg_button_span.gif -------------------------------------------------------------------------------- /test/tools/lib/ant_tangram_ext.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/tools/lib/ant_tangram_ext.jar -------------------------------------------------------------------------------- /resources/baidu/flash/avatarMaker.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/resources/baidu/flash/avatarMaker.swf -------------------------------------------------------------------------------- /resources/baidu/flash/fileUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/resources/baidu/flash/fileUploader.swf -------------------------------------------------------------------------------- /test/baidu/ui/DatePicker/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/DatePicker/css/reset.css -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/blank.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/folder.gif -------------------------------------------------------------------------------- /test/baidu/widget/js/t9_2.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create('t9_2', function(r, e) { 2 | e.exec = function() { 3 | return 2; 4 | }; 5 | }); -------------------------------------------------------------------------------- /resources/baidu/flash/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/resources/baidu/flash/imageUploader.swf -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/continue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/continue.png -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/selected.png -------------------------------------------------------------------------------- /test/baidu/tools/log/img/BlockSprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/tools/log/img/BlockSprites.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/hex.png -------------------------------------------------------------------------------- /test/baidu/ui/Dialog/flash/test_flash.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Dialog/flash/test_flash.swf -------------------------------------------------------------------------------- /test/baidu/ui/Menubar/css/img/ui-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Menubar/css/img/ui-bg.png -------------------------------------------------------------------------------- /test/baidu/ui/Modal/flash/test_flash.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Modal/flash/test_flash.swf -------------------------------------------------------------------------------- /test/baidu/ui/Popup/flash/test_flash.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Popup/flash/test_flash.swf -------------------------------------------------------------------------------- /test/baidu/ui/Suggestion/Coffee Bean.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Suggestion/Coffee Bean.bmp -------------------------------------------------------------------------------- /test/baidu/ui/Toolbar/sprites_btn_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Toolbar/sprites_btn_b.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/checkbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/checkbox.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow-end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow-end.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/image/folderopen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/image/folderopen.gif -------------------------------------------------------------------------------- /src/baidu/ui.js: -------------------------------------------------------------------------------- 1 | ///import baidu; 2 | /** 3 | * 各种页面的UI组件 4 | * @namespace baidu.ui 5 | */ 6 | baidu.ui = baidu.ui || { version: '1.3.9' }; 7 | -------------------------------------------------------------------------------- /test/baidu/tools/log/img/InlineSprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/tools/log/img/InlineSprites.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/close.gif -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/save.png -------------------------------------------------------------------------------- /test/baidu/ui/Menubar/css/img/ui-bg_75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Menubar/css/img/ui-bg_75.png -------------------------------------------------------------------------------- /test/baidu/ui/Menubar/css/img/ui-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Menubar/css/img/ui-icons.png -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow-line.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow-minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow-minus.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow-plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow-plus.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/folder-open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/folder-open.gif -------------------------------------------------------------------------------- /test/baidu/flash/imageUpload/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/flash/imageUpload/assets/button.png -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/step_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/step_disabled.png -------------------------------------------------------------------------------- /test/baidu/i18n/mindmap/baidu.i18n.date.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/i18n/mindmap/baidu.i18n.date.xmind -------------------------------------------------------------------------------- /test/baidu/ui/Carousel/mindmap/Carousel.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Carousel/mindmap/Carousel.xmind -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/slider.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/ui-bg_75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/ui-bg_75.png -------------------------------------------------------------------------------- /test/baidu/ui/Combox/css/img/combo_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Combox/css/img/combo_arrow.gif -------------------------------------------------------------------------------- /test/baidu/ui/Combox/css/img/editor-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Combox/css/img/editor-icon.gif -------------------------------------------------------------------------------- /test/baidu/ui/Menubar/css/img/editor-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Menubar/css/img/editor-icon.gif -------------------------------------------------------------------------------- /test/baidu/ui/ScrollBar/imgs/scrollbar-h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ScrollBar/imgs/scrollbar-h.gif -------------------------------------------------------------------------------- /test/baidu/ui/ScrollBar/imgs/scrollbar-v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ScrollBar/imgs/scrollbar-v.gif -------------------------------------------------------------------------------- /test/baidu/ui/Suggestion/flash/test_flash.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Suggestion/flash/test_flash.swf -------------------------------------------------------------------------------- /test/baidu/ui/Tooltip/css/img/editor-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tooltip/css/img/editor-icon.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/checkbox-check.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/checkbox-check.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow-end-plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow-end-plus.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow-minus-nl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow-minus-nl.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow-plus-nl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow-plus-nl.gif -------------------------------------------------------------------------------- /test/baidu/widget/js/t6_1.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create("t6_1", function(r, e) { 2 | e.exec = r('t6_2').exec; 3 | }, { 4 | depends : [ 't6_2' ] 5 | }); -------------------------------------------------------------------------------- /test/baidu/widget/js/t6_2.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | */ 4 | baidu.widget.create("t6_2", function(r, e) { 5 | e.exec = function(){return "t6_2";}; 6 | }); -------------------------------------------------------------------------------- /test/baidu/fx/uiut/app/img/continue_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/fx/uiut/app/img/continue_disabled.png -------------------------------------------------------------------------------- /test/baidu/i18n/mindmap/baidu.i18n.number.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/i18n/mindmap/baidu.i18n.number.xmind -------------------------------------------------------------------------------- /test/baidu/i18n/mindmap/baidu.i18n.string.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/i18n/mindmap/baidu.i18n.string.xmind -------------------------------------------------------------------------------- /test/baidu/parser/mindmap/baidu.parser.Xml.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/parser/mindmap/baidu.parser.Xml.xmind -------------------------------------------------------------------------------- /test/baidu/ui/Menubar/css/demo.css: -------------------------------------------------------------------------------- 1 | #wrapper{width:980px;border: 5px #999 solid;padding:2px;} 2 | 3 | .actived{background-color:#0A246A; color:#FFFFFF;} 4 | -------------------------------------------------------------------------------- /test/baidu/ui/Tooltip/css/demo.css: -------------------------------------------------------------------------------- 1 | .wrapper{width:300px;border: 5px #999 solid;padding:2px;} 2 | 3 | .actived{background-color:#0A246A; color:#FFFFFF;} 4 | -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow-end-minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow-end-minus.gif -------------------------------------------------------------------------------- /test/baidu/widget/js/a.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create("a", function(require, exports){ 2 | var b = require("b"); 3 | exports.a = b.b; 4 | }, {depends:['b']}); -------------------------------------------------------------------------------- /test/baidu/widget/js/d.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create("d", function(require, exports){ 2 | var b = require("c"); 3 | exports.d = c.c; 4 | }, {depends:['c']}); -------------------------------------------------------------------------------- /test/baidu/data/mindmap/baidu.data.DataModel.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/data/mindmap/baidu.data.DataModel.xmind -------------------------------------------------------------------------------- /test/baidu/data/mindmap/baidu.data.DataStore.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/data/mindmap/baidu.data.DataStore.xmind -------------------------------------------------------------------------------- /test/baidu/data/mindmap/baidu.data.Validator.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/data/mindmap/baidu.data.Validator.xmind -------------------------------------------------------------------------------- /test/baidu/flash/imageUpload/assets/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/flash/imageUpload/assets/background.png -------------------------------------------------------------------------------- /test/baidu/i18n/mindmap/baidu.i18n.currency.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/i18n/mindmap/baidu.i18n.currency.xmind -------------------------------------------------------------------------------- /test/baidu/parser/mindmap/baidu.parser.Json.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/parser/mindmap/baidu.parser.Json.xmind -------------------------------------------------------------------------------- /test/baidu/parser/mindmap/baidu.parser.Parser.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/parser/mindmap/baidu.parser.Parser.xmind -------------------------------------------------------------------------------- /test/baidu/parser/mindmap/baidu.parser.create.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/parser/mindmap/baidu.parser.create.xmind -------------------------------------------------------------------------------- /test/baidu/ui/Carousel/mindmap/Carousel$table.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Carousel/mindmap/Carousel$table.xmind -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/custom_hsb_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/custom_hsb_b.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/custom_hsb_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/custom_hsb_h.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/custom_hsb_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/custom_hsb_s.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/custom_rgb_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/custom_rgb_b.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/custom_rgb_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/custom_rgb_g.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/custom_rgb_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/custom_rgb_r.png -------------------------------------------------------------------------------- /test/baidu/ui/Combox/combox/image/combo_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Combox/combox/image/combo_arrow.gif -------------------------------------------------------------------------------- /test/baidu/ui/DatePicker/css/demo.css: -------------------------------------------------------------------------------- 1 | #wrapper{width:980px;border: 5px #999 solid;padding:2px;} 2 | 3 | .actived{background-color:#0A246A; color:#FFFFFF;} 4 | -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/checkbox-halfcheck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/checkbox-halfcheck.gif -------------------------------------------------------------------------------- /test/baidu/ui/Tree/extimage/elbow-end-plus-nl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Tree/extimage/elbow-end-plus-nl.gif -------------------------------------------------------------------------------- /test/baidu/data/mindmap/baidu.data.ModelManager.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/data/mindmap/baidu.data.ModelManager.xmind -------------------------------------------------------------------------------- /test/baidu/ui/Carousel/mindmap/Carousel$splice.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/Carousel/mindmap/Carousel$splice.xmind -------------------------------------------------------------------------------- /test/baidu/flash/imageUpload/assets/list_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/flash/imageUpload/assets/list_background.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/colorpicker_indic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/colorpicker_indic.gif -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/colorpicker_select.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/colorpicker_select.gif -------------------------------------------------------------------------------- /test/baidu/widget/js/uibase.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create("uibase", function(require, exports){ 2 | exports.create = function(){ 3 | return 'uibase_create'; 4 | }; 5 | }); 6 | -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/colorpicker_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/colorpicker_overlay.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/colorpicker_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/colorpicker_background.png -------------------------------------------------------------------------------- /test/baidu/ui/ColorPicker/css/img/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaiduFE/Tangram-component/HEAD/test/baidu/ui/ColorPicker/css/img/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /src/baidu/i18n/cultures.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2009 Baidu Inc. All rights reserved. 4 | */ 5 | ///import baidu.i18n; 6 | baidu.i18n.cultures = baidu.i18n.cultures || {}; -------------------------------------------------------------------------------- /test/baidu/fx/effect/expand_one.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_expand_one", 7 | url:"../effect/expand_one.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/fadeIn_one.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_fadeIn_one", 7 | url:"../effect/fadeIn_one.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/fadeIn_two.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_fadeIn_two", 7 | url:"../effect/fadeIn_two.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/fadeOut_one.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_fadeOut_one", 7 | url:"../effect/fadeOut_one.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/fadeOut_two.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_fadeOut_two", 7 | url:"../effect/fadeOut_two.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/moveBy_one.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_moveBy_one", 7 | url:"../effect/moveBy_one.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/moveBy_two.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_moveBy_two", 7 | url:"../effect/moveBy_two.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/moveTo_one.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_moveTo_one", 7 | url:"../effect/moveTo_one.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/moveTo_two.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_moveTo_two", 7 | url:"../effect/moveTo_two.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/collapse_one.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_collapse_one", 7 | url:"../effect/collapse_one.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/effect_style.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_effect_style", 7 | url:"../effect/effect_style.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/expand_three.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_expand_three", 7 | url:"../effect/expand_three.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/fadeIn_three.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_fadeIn_three", 7 | url:"../effect/fadeIn_three.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/moveBy_three.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_moveBy_three", 7 | url:"../effect/moveBy_three.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/moveTo_three.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_moveTo_three", 7 | url:"../effect/moveTo_three.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/ui/Combox/form.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/baidu/ui/ProgressBar/style.css: -------------------------------------------------------------------------------- 1 | .tangram-progressbar-bar { 2 | background-color: red; 3 | height: 20px; 4 | } 5 | 6 | .cssloaded { 7 | background-color : red; 8 | width : 20px; 9 | } -------------------------------------------------------------------------------- /test/baidu/fx/effect/collapse_three.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_collapse_three", 7 | url:"../effect/collapse_three.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/fadeOut_three.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_fadeOut_three", 7 | url:"../effect/fadeOut_three.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/highlight_one.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_highlight_one", 7 | url:"../effect/highlight_one.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/highlight_two.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_highlight_two", 7 | url:"../effect/highlight_two.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/fx/effect/highlight_three.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Administrator 3 | */ 4 | uiut.al( 5 | { 6 | name:"test_highlight_three", 7 | url:"../effect/highlight_three.html" 8 | } 9 | ); -------------------------------------------------------------------------------- /test/baidu/widget/js/core/log.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create("core.log", function(require, exports){ 2 | exports.log = function(){ 3 | if(typeof console != 'undefined'){ 4 | console.log(arguments); 5 | } 6 | } 7 | }); -------------------------------------------------------------------------------- /src/baidu/i18n.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2009 Baidu Inc. All rights reserved. 4 | */ 5 | ///import baidu; 6 | /** 7 | * 提供国际的一些接口 8 | * @namespace baidu.i18n 9 | */ 10 | baidu.i18n = baidu.i18n || {}; -------------------------------------------------------------------------------- /src/baidu/form.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2011 Baidu Inc. All rights reserved. 4 | */ 5 | 6 | ///import baidu; 7 | /** 8 | * 和表单相关的数据验证 9 | * @namespace baidu.form 10 | */ 11 | baidu.form = baidu.form || {}; -------------------------------------------------------------------------------- /src/baidu/fx.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2009 Baidu Inc. All rights reserved. 4 | */ 5 | 6 | ///import baidu; 7 | /** 8 | * 提供各种公共的动画功能 9 | * @namespace baidu.fx 10 | */ 11 | baidu.fx = baidu.fx || {} ; 12 | -------------------------------------------------------------------------------- /src/baidu/data.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2009 Baidu Inc. All rights reserved. 4 | */ 5 | 6 | ///import baidu; 7 | /** 8 | * 对一些数据处理提供的类 9 | * @namespace baidu.data 10 | */ 11 | baidu.data = baidu.data || {}; 12 | -------------------------------------------------------------------------------- /src/baidu/flash.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2009 Baidu Inc. All rights reserved. 4 | */ 5 | 6 | ///import baidu; 7 | /** 8 | * 使用flash资源封装的一些功能 9 | * @namespace baidu.flash 10 | */ 11 | baidu.flash = baidu.flash || {}; 12 | -------------------------------------------------------------------------------- /src/baidu/tools.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2009 Baidu Inc. All rights reserved. 4 | */ 5 | 6 | ///import baidu; 7 | /** 8 | * 提供一些公共工具,如log日志等 9 | * @namespace baidu.tools 10 | */ 11 | baidu.tools = baidu.tools || {}; 12 | -------------------------------------------------------------------------------- /test/baidu/widget/js/t9_1.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | */ 4 | baidu.widget.create('t9_1', function(r, e) { 5 | var t9_2 = r('t9_2'); 6 | e.exec = function() { 7 | return 1 + t9_2.exec(); 8 | }; 9 | }, { 10 | depends : 't9_2' 11 | }); -------------------------------------------------------------------------------- /src/baidu/history.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2009 Baidu Inc. All rights reserved. 4 | */ 5 | 6 | ///import baidu; 7 | /** 8 | * 提供对浏览器处理浏览历史的功能 9 | * @namespace baidu.history 10 | */ 11 | baidu.history = baidu.history || {}; 12 | -------------------------------------------------------------------------------- /src/baidu/parser.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2009 Baidu Inc. All rights reserved. 4 | */ 5 | 6 | ///import baidu; 7 | /** 8 | * 提供json,xml,html的基本处理方法 9 | * @namespace baidu.parser 10 | */ 11 | baidu.parser = baidu.parser || {}; 12 | -------------------------------------------------------------------------------- /test/baidu/ui/Login/resp.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/baidu/parser/type.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Tangram 3 | * Copyright 2009 Baidu Inc. All rights reserved. 4 | */ 5 | 6 | ///import baidu.parser; 7 | 8 | baidu.parser.type = { 9 | 'XML': 'Xml', 10 | 'JSON': 'Json', 11 | 'HTML': 'Html' 12 | }; 13 | -------------------------------------------------------------------------------- /test/baidu/widget/js/t7_1.js: -------------------------------------------------------------------------------- 1 | baidu.widget.create("t7_1", function(r, e) { 2 | var t7_2 = r('t7_2').exec(); 3 | e.exec = function() { 4 | return 1 + t7_2; 5 | }; 6 | e.exec1 = function(){ 7 | return 1 + r('t7_2').exec(); 8 | }; 9 | }, { 10 | depends : 't7_2' 11 | }); -------------------------------------------------------------------------------- /test/baidu/ui/Dialog/tools.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | function mySetup() { 3 | /* set as false for dialog keyboard listeners */ 4 | // baidu.ui.dialog.keyboardEventReady = false; 5 | } 6 | var s = QUnit.testStart; 7 | QUnit.testStart = function() { 8 | mySetup(); 9 | s.apply(this, arguments);; 10 | } 11 | })() -------------------------------------------------------------------------------- /test/baidu/data/dataSource/get.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/baidu/ui/Suggestion/main.css: -------------------------------------------------------------------------------- 1 | .tangram_sug_wpr{border:1px solid #817F82;position:absolute;top:28px;left:0} 2 | .tangram_sug_wpr table{width:100%;background:#fff;cursor:default} 3 | .tangram_sug_wpr td{font:14px verdana} 4 | .tangram_sug_mo{background-color:#36c;color:#fff} 5 | .tangram_sug_ml{background-color:#fff;color:#000} 6 | -------------------------------------------------------------------------------- /test/baidu/ui/Login/registerResult.php: -------------------------------------------------------------------------------- 1 |