<!-- Standard --> <!-- Link . Start --> <a href="#" class="link">Label</a> <!-- Link . End --> <!-- Disabled --> <!-- Link . Start --> <a href="#" class="link disabled">Label</a> <!-- Link . End --> <!-- Locked --> <!-- Link . Start --> <a href="#" class="link locked">Label</a> <!-- Link . End -->
// Scan links basekit.components.links.scan(scope);
// Initialize links basekit.components.links.initialize(scope);
// Create link basekit.components.links.create(link,label,options,callback);
// Update link basekit.components.links.update(scope,url,label,options,callback);
// Set scope var scope= $('.link'); // Reset links basekit.components.links.reset(scope);
// Set scope var scope= $('.link'); // Lock links basekit.components.links.lock(scope);
// Set scope var scope= $('.link'); // Unlock links basekit.components.links.unlock(scope);
// Set scope var scope= $('.link'); // Disable links basekit.components.links.disable(scope);
// Set scope var scope= $('.link'); // Enable links basekit.components.links.enable(scope);
link fs_tiny
link fs_small
link (fs_default)
link fs_medium
link fs_large
link fs_huge
link
link tc_primary
link tc_secondary
link tc_red
link tc_green
link tc_blue
link tc_orange
link tc_yellow
link tc_grey
link tc_black
link tc_white
link tc_red_dark
link tc_green_dark
link tc_blue_dark
link tc_orange_dark
link tc_yellow_dark
link tc_grey_dark
link tc_black_dark
link tc_white_dark
link tc_red_medium
link tc_green_medium
link tc_blue_medium
link tc_orange_medium
link tc_yellow_medium
link tc_grey_medium
link tc_black_medium
link tc_white_medium
link tc_red_light
link tc_green_light
link tc_blue_light
link tc_orange_light
link tc_yellow_light
link tc_grey_light
link tc_black_light
link tc_white_light