I have been looking through the theme customization API documentation and google to simply find out the names of the control types already built in to the theme customizer.
More specifically I am looking for what the name is of a simple button. I have tried using the type button and input and I am getting nowhere making geusses. So instead of creating a custom control I am sure their has to be a plain old button but I can’t find what it is called. So if anyone knows what it is called or can point me to a list with the control types and their names I would greatly appreciate it.
Have a look in the source:
http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-customize-control.php
Basic control types:
Also some advanced control types (as-described by Otto):
Also:
If you need more than that, you’ll have to define your own, custom control.
Supported control types are
text
,checkbox
,radio
,select
,textarea
,dropdown-pages
,email
,url
,number
,hidden
, anddate
.