EstudioJuridicoAlmagro_Web/www/wpv_common/shortcodes/generator/chart.php
2013-03-01 18:06:10 +00:00

62 lines
1.1 KiB
PHP

<?php
return array(
"name" => "Google chart",
"value" => "chart",
"options" => array(
array(
"name" => "data",
'desc' => __('<a href="http://techtracer.com/2007/12/17/the-power-of-google-chart-api/">Google Chart API Tutorial</a>', 'wpv'),
"id" => "data",
"default" => "",
"rows" => "2",
"type" => "textarea"
) ,
array(
"name" => "labels",
"id" => "labels",
"default" => "",
"rows" => "2",
"type" => "textarea"
) ,
array(
"name" => "colors",
"id" => "colors",
"default" => "",
"rows" => "2",
"type" => "textarea"
) ,
array(
"name" => "bg",
"id" => "bg",
"size" => 30,
"default" => "",
"type" => "text"
) ,
array(
"name" => "size",
"id" => "size",
"default" => "",
"type" => "text"
) ,
array(
"name" => "title",
"id" => "title",
"size" => 30,
"default" => "",
"type" => "text"
) ,
array(
"name" => "type",
"id" => "type",
"default" => "",
"type" => "text"
) ,
array(
"name" => "advanced",
"id" => "advanced",
"default" => "",
"type" => "textarea"
) ,
) ,
);