PHP Classes

File: libs/Barcode/html/include/BCGBarcode1D.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Barcode/html/include/BCGBarcode1D.php   Download  
File: libs/Barcode/html/include/BCGBarcode1D.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 573 bytes
 

Contents

Class file image Download
<?php
if (!defined('IN_CB')) { die('You are not allowed to access to this page.'); }

$default_value['thickness'] = 30;
$thickness = intval(isset($_POST['thickness']) ? $_POST['thickness'] : $default_value['thickness']);
registerImageKey('thickness', $thickness);
?>
<tr>
                        <td><label for="thickness">Thickness</label></td>
                        <td><?php echo getInputTextHtml('thickness', $thickness, array('type' => 'number', 'min' => 20, 'max' => 90, 'step' => 5, 'required' => 'required')); ?></td>
                    </tr>