BluePrint-Q
  • Namespace
  • Class

Namespaces

  • bpq
  • ski

Classes

  • bootstrap
  • convert
  • cz_checkbox_ctl
  • cz_color_palette_ctl
  • cz_date_picker_ctl
  • cz_detail_ctl
  • cz_divider_1_ctl
  • cz_divider_2_ctl
  • cz_drop_categories_ctl
  • cz_drop_ctl
  • cz_drop_image_sizes_ctl
  • cz_drop_menu_items_ctl
  • cz_drop_menus_ctl
  • cz_drop_pages_ctl
  • cz_drop_post_types_ctl
  • cz_drop_posts_ctl
  • cz_drop_tags_ctl
  • cz_drop_taxonomies_ctl
  • cz_drop_terms_ctl
  • cz_drop_users_ctl
  • cz_dummy_ctl
  • cz_media_library_ctl
  • cz_number_bar_ctl
  • cz_radio_image_align_x_ctl
  • cz_radio_image_align_y_ctl
  • cz_radio_image_alignment_ctl
  • cz_radio_image_ctl
  • cz_radio_image_sidebar_layout_ctl
  • cz_radio_image_site_span_layout_ctl
  • cz_radio_text_ctl
  • cz_text_area_ctl
  • cz_textbox_ctl
  • db
  • db_recordset
  • drop
  • mail
  • math
  • mb_checkbox_ctl
  • mb_ctl
  • mb_date_picker_ctl
  • mb_detail_ctl
  • mb_divider_ctl
  • mb_drop_ctl
  • mb_media_library_ctl
  • mb_number_bar_ctl
  • mb_radio_image_ctl
  • mb_radio_image_sidebar_layout_ctl
  • mb_radio_image_site_span_layout_ctl
  • mb_radio_text_ctl
  • mb_repeater_ctl
  • mb_text_area_ctl
  • mb_text_ctl
  • mb_text_notice_ctl
  • mb_textbox_ctl
  • media
  • metabox
  • path
  • post
  • question
  • sanitize
  • string
  • textbox

Traits

  • cz_supplement

Functions

  • customize_register_section
  • cz_enqueue
  • init
  • metabox_sample

Class cz_number_bar_ctl

Given a range of numbers and a step granularity, this control displays a slider bar (not a slideshow, but an actual bar with a thumb button) that lets the user choose a value between a given minimum and maximum. Arg Options: desc, display, label, max, min, step

WP_Customize_Control
Extended by ski\cz_number_bar_ctl uses ski\cz_supplement
Namespace: ski
Author: Dan Suleski
Since: 2.0
Located at packages/ski.web/controls/ski.wp.customizer.php

Methods summary

public
# enqueue( )

Queue up the scripts and styles necessary for the jQuery UI slider. Two notes:

1. The last parameter to wp_enqueue_script forces the inclusion in the footer
instead of the head for faster loading. 2. WP does not provide an already-registered jQuery UI stylesheet; as a result,
the popular method appears to be using the Google CDN.

Queue up the scripts and styles necessary for the jQuery UI slider. Two notes:

1. The last parameter to wp_enqueue_script forces the inclusion in the footer instead of the head for faster loading. 2. WP does not provide an already-registered jQuery UI stylesheet; as a result, the popular method appears to be using the Google CDN.

public
# render_content( )

Displays a jQuery UI slider bar and optionally the current value and min/max values.

Displays a jQuery UI slider bar and optionally the current value and min/max values.

Methods used from ski\cz_supplement

get_description_after_markup(), get_description_markup(), get_label_description_markup(), get_label_markup()

Magic methods summary

Properties summary

public integer $min
#

Minimum value for the slider.

Minimum value for the slider.

public string $min_text
#

Optional text to potentially display

Optional text to potentially display

public integer $max
#

Maximum value for the slider.

Maximum value for the slider.

public string $max_text
#

Optional text to potentially display

Optional text to potentially display

public integer $step
#

Amount to skip for each press on the bar, outside of the thumb.

Amount to skip for each press on the bar, outside of the thumb.

public string $display
#

Indicates which values should be displayed; can be 'value', 'range', 'none', or 'all'

Indicates which values should be displayed; can be 'value', 'range', 'none', or 'all'

Properties used from ski\cz_supplement

$desc, $desc_after

BluePrint-Q API documentation generated by ApiGen 2.8.0