SlideShare a Scribd company logo
KISSY DPL Practice

    yiminghe@gmail.com
      dxq613@gmail.com
Previous

• KISSY Component API Design
 – Why
 – How
 – Principle
Introduction
• KISSY DPL = Bootstrap + KISSY CSS
  – KISSY CSS
    • 双飞翼布局
  – ks-inline-block ks-clear …
• Less



• KISSY DPL
• LESS
LESS
• LESS extends CSS with dynamic
  behavior such as:

  – variables
  – mixins
  – operations
  – functions.
LESS
• Variables
LESS
• Mixins
LESS
• Operation
LESS
• Functions
• KISSY DPL
KISSY DPL
• Structure
• Base
• s/kissy/1.3.0/css/dpl/base.css
css reset
• src/css/src/reset.css

  – with a “reset” style sheet, we can make
    that default look more consistent across
    browsers, and thus spend less time
    fighting with browser defaults.
    • http://meyerweb.com/eric/thoughts/2007/0
      4/18/reset-reasoning/
css reset
• Font
cssreset
• ul/ol
  – Margin? Padding?
reset-context
• reset under specified context
grids
• fixed
grids
• fluid
Fly-swing
• 双飞翼布局
 – Html 固定
 – Css 绝对布局
 – 栅格 30px,间隙 10px
fly-swing
• demo
Common
• Commonly used css class.
  –   ks-clear
  –   Ks-inline-block
  –   ks-hidden
  –   ks-shown
  –   ks-invisible
  –   ks-visible
  –   ks-hide-text
  –   ks-center-block
  –   ks-text-overflow
• Complex ui
• Overlay
• s/kissy/1.3.0/overlay/assets/dpl.css
dialog
popup
tooltip
• Button
• s/kissy/1.3.0/button/assets/dpl.css
button
• Style
  – Ks-button
  – ks-button ks-button-primary
  – ks-button ks-button-info
  – ks-button ks-button-success
  – ks-button ks-button-warning
  – ks-button ks-button-danger
  – ks-button ks-button-inverse
button
• Size
  – ks-button-large
  – ks-button-small
  – ks-button-mini


• disabled
  – Ks-button-disabled
button
• Button group
  – ks-button-group
  <div class="ks-button-group">
          <div class="ks-button">left</div>
          <div class="ks-button">middle</div>
          <div class="ks-button">right</div>
  </div>
• Menu
• Menu/assets/dpl.css
menu
• ks-menu
• ks-menuitem
• ks-submenu-arrow
<div class="ks-menu">
<div class="ks-submenu ks-menuitem">
<span class="ks-menuitem-content">
submenu</span>
<span class="ks-submenu-arrow">►
</span>
</div>
<div class="ks-menuitem">alone</div>
</div>
Checkable menu
• ks-menuitem-checkbox
• ks-menuitem-checked


<div class="ks-menuitem
ks-menuitem-checked">
<div class="ks-menuitem-checkbox">
</div>
checkable menuitem
</div>
• Menubutton
• Menubutton/assets/dpl.css
menubutton
• menubutton = menu + button
• .ks-menu-button
• style
 – primary, info ….
menubutton
• Size
  – Large, small, mini
• split-button
• Split-button/assets/dpl.css
Split-button
• Split-button = button + menubutton
• .ks-split-button
• Style
  – Primary, info …
Split-button
• Size
  – Large, small, mini
Split-button
                  new SplitButton({
                       render:"#para2",

• Menu position        button:{
                            xclass:'button',
                            content:'action'
                       },
                       alignWithEl: false,
                       menuButton:{
                            xclass:'menu-button',
                            matchElWidth: false,
                            menu:{
                            xclass:'popupmenu',
                            children:[
                            {
                            xclass:'menuitem',
                            content:'some action'
                            },
                            {
                            xclass:'menuitem',
                            content:'more action'
                            }
                            ]}}
                  }).render();
• toolbar
• toolbar/assets/dpl.css
toolbar

var t = new Toolbar({
render:"#container",
children:[ {
   content:"menu-button",
   collapseOnClick:true,
   xclass:'menu-button‘
   },{
   content:‘button',
   xclass:'button'
}]}).render();
• combobox
• combobox/assets/dpl.css
Kissy dpl-practice
• More …
• Simple ui
• table
• css/dpl/tables.css
table
• .table
  – 表格默认的样式仅有一些边框来保证表格的可
    读性和结构性,DPL中 table 样式是必须的。
table
• .table-striped
  – 奇偶行背景色区分
  – ie>9
table
• .table-border
  – 给整个表格添加边框,同时添加圆角美化表格
    的内容。
table
• .table-condensed
  – 更紧凑的表格
• icons
• css/dpl/icons.css
icons
• Icons from Glyphicons
  – .icon-search .icon-ok
• Labels
• Css/dpl/labels.css
labels
• .label, .label-success
• badges
• css/dpl/badges.css
badge
• Badge
 – 数字指示用于未读消息数目等场景
 – .badge .badge-info
• form
• css/dpl/forms.css
基础表单
• .form-vertical
搜索表单
• .form-search
内联表单
• .form-inline
水平表单
• .form-horizontal
表单状态
• .control-group .error .warning .success
扩展表单
• .input-prepend .add-on
• input-append .add-on
• More …
Refer
• http://lesscss.org/

• http://twitter.github.com/bootstrap/

• http://docs.kissyui.com/kissy/src/css
  /demo.html
Next ….



• Using KISSY Auto-Combo

More Related Content

PPTX
Do You Framework.s01.e02.kissy dpl 设计
PDF
WordCamp Manchester 2016 - Making WordPress Menus Smarter
PDF
Responsive WordPress workflow
PPTX
Amp Up Your Admin
PDF
What we can learn from WordPress as a developer
PDF
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
PDF
WordPress 3.4 Theme Customizer
PPTX
18. images in symfony 4
Do You Framework.s01.e02.kissy dpl 设计
WordCamp Manchester 2016 - Making WordPress Menus Smarter
Responsive WordPress workflow
Amp Up Your Admin
What we can learn from WordPress as a developer
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
WordPress 3.4 Theme Customizer
18. images in symfony 4

What's hot (6)

PPTX
Beyond Posts & Pages - Structured Content in WordPress
PDF
Add edit delete in Codeigniter in PHP
PDF
Pagination in PHP
PDF
Country State City Dropdown in PHP
KEY
Intro To jQuery In Drupal
PPTX
Drupal 7 — Circle theme
Beyond Posts & Pages - Structured Content in WordPress
Add edit delete in Codeigniter in PHP
Pagination in PHP
Country State City Dropdown in PHP
Intro To jQuery In Drupal
Drupal 7 — Circle theme
Ad

Similar to Kissy dpl-practice (20)

PDF
Maintainable Frontend Development with BEM
PDF
Componentization css angular
KEY
Advanced Technology for Web Application Design
PDF
Landing Pages 101
PDF
Tailwind Navbar A Complete Guide for Stunning User Experience.pdf
PPTX
Building Potent WordPress Websites
KEY
Plone Interactivity
PDF
SMACSS Your Sass Up
PDF
CSMess to OOCSS: Refactoring CSS with Object Oriented Design
PDF
IE9에서 HTML5 개발하기
PPT
W3Conf slides - The top web features from caniuse.com you can use today
PPTX
Css for Development
PDF
kissy-past-now-future
PPTX
KISSY 的昨天、今天与明天
PDF
Using jQuery to Extend CSS
PPTX
bootstrap.pptx
PPTX
Material design
PDF
Clickable DIVs and other icebergs
PPTX
Boot strap
PDF
Resource registries plone conf 2014
Maintainable Frontend Development with BEM
Componentization css angular
Advanced Technology for Web Application Design
Landing Pages 101
Tailwind Navbar A Complete Guide for Stunning User Experience.pdf
Building Potent WordPress Websites
Plone Interactivity
SMACSS Your Sass Up
CSMess to OOCSS: Refactoring CSS with Object Oriented Design
IE9에서 HTML5 개발하기
W3Conf slides - The top web features from caniuse.com you can use today
Css for Development
kissy-past-now-future
KISSY 的昨天、今天与明天
Using jQuery to Extend CSS
bootstrap.pptx
Material design
Clickable DIVs and other icebergs
Boot strap
Resource registries plone conf 2014
Ad

More from yiming he (20)

PDF
kissy 1.5 progress
PDF
kissy at alibaba
PDF
kissy modularization part2
PDF
kissy modularization part1
PDF
KISSY @ 2013-2
PDF
KISSY 1.4.0 released
PDF
callSuper in kissy
PDF
KISSY XTemplate
PDF
Introduction to kissy for adc 2013
PDF
Kissy component system
PDF
KISSY@2013.05
PDF
kissy@2013.03
PDF
kissy@2013
PDF
KISSY 1.3-released
PDF
Simple kissy1.3
PDF
Hujs 总结
PDF
Kissy in-progress
PDF
编辑器设计2
PDF
KISSY Editor Design 2
PDF
KISSY Component API Design
kissy 1.5 progress
kissy at alibaba
kissy modularization part2
kissy modularization part1
KISSY @ 2013-2
KISSY 1.4.0 released
callSuper in kissy
KISSY XTemplate
Introduction to kissy for adc 2013
Kissy component system
KISSY@2013.05
kissy@2013.03
kissy@2013
KISSY 1.3-released
Simple kissy1.3
Hujs 总结
Kissy in-progress
编辑器设计2
KISSY Editor Design 2
KISSY Component API Design

Recently uploaded (20)

PPTX
Spectroscopy.pptx food analysis technology
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Getting Started with Data Integration: FME Form 101
PPTX
A Presentation on Artificial Intelligence
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
1. Introduction to Computer Programming.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
Spectroscopy.pptx food analysis technology
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MIND Revenue Release Quarter 2 2025 Press Release
Building Integrated photovoltaic BIPV_UPV.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
A comparative analysis of optical character recognition models for extracting...
Getting Started with Data Integration: FME Form 101
A Presentation on Artificial Intelligence
Spectral efficient network and resource selection model in 5G networks
SOPHOS-XG Firewall Administrator PPT.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Digital-Transformation-Roadmap-for-Companies.pptx
cuic standard and advanced reporting.pdf
Unlocking AI with Model Context Protocol (MCP)
1. Introduction to Computer Programming.pptx
Encapsulation_ Review paper, used for researhc scholars
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Group 1 Presentation -Planning and Decision Making .pptx

Kissy dpl-practice