<!-- Button --> <button class="button" data-action-type="" data-action-value=""></button> <!-- DIV --> <div class="button" data-action-type="" data-action-value=""></div> <!-- A --> <a href="#" class="button" data-action-type="" data-action-value=""></a>
// Scan buttons basekit.components.buttons.scan(scope);
// Initialize buttons basekit.components.buttons.initialize(scope);
// Create buttons basekit.components.buttons.create(format,action,value,label,options,callback);
// Update buttons basekit.components.buttons.update(scope,action,value,label,options);
// Set scope var scope= $('.button'); // Reset buttons basekit.components.buttons.reset(scope);
// Set scope var scope= $('.button'); // Lock buttons basekit.components.buttons.lock(scope);
// Set scope var scope= $('.button'); // Unlock buttons basekit.components.buttons.unlock(scope);
// Set scope var scope= $('.button'); // Disable buttons basekit.components.buttons.disable(scope);
// Set scope var scope= $('.button'); // Enable buttons basekit.components.buttons.enable(scope);
operation cancel
operation save
operation delete
tiny
small
default
medium
large
huge
xs-xxx
sm-xxx
md-xxx
lg-xxx
h_tiny
h_small
h_narrow
h_medium
h_large
h_huge
bw_full
h_half
h_third
h_quarter
h_fifth
h_sixth
h_seventh
h_eighth
h_ninth
h_tenth
bw_100
bw_150
bw_200
bw_250
bw_300
bw_350
xs-bw_xxx
sm-bw_xxx
md-bw_xxx
lg-bw_xxx
bc_default
bc_primary
bc_secondary
bc_red
bc_green
bc_blue
bc_orange
bc_yellow
bc_grey
bc_black
bc_white
bc_red_dark
bc_green_dark
bc_blue_dark
bc_orange_dark
bc_yellow_dark
bc_grey_dark
bc_black_dark
bc_white_dark
bc_red_medium
bc_green_medium
bc_blue_medium
bc_orange_medium
bc_yellow_medium
bc_grey_medium
bc_black_medium
bc_white_medium
bc_red_light
bc_green_light
bc_blue_light
bc_orange_light
bc_yellow_light
bc_grey_light
bc_black_light
bc_white_light