wpXtreme / wpdk

WordPress Development Kit
http://wpxtreme.github.io/wpdk/
Other
78 stars 19 forks source link

Label documentation error #27

Closed Mte90 closed 10 years ago

Mte90 commented 10 years ago

http://wpxtreme.github.io/wpdk/documentation/html/classWPDKUIControlLabel.html In this page the example code it's wrong. Also with this code:

array(
                        'type' => WPDKUIControlType::LABEL,
                        'name' => 'banner_mode',
                        'title' => __( 'Choose the default Banner Mode:', WPXYOUTUBEAD_TEXTDOMAIN ),
                        'value' => $custom_brunch->banner_mode
                    )

I get nothing

gfazioli commented 10 years ago

@Mte90 see here

<?php
array(
  'type'  => WPDKUIControlType::LABEL,
  'id'    => 'own_label',
  'value' => 'I am a simple label',
),

schermata 2014-03-20 alle 17 10 22