本文整理汇总了PHP中functions::jPickerTransparent方法的典型用法代码示例。如果您正苦于以下问题:PHP functions::jPickerTransparent方法的具体用法?PHP functions::jPickerTransparent怎么用?PHP functions::jPickerTransparent使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类functions
的用法示例。
在下文中一共展示了functions::jPickerTransparent方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
/>
<input type="hidden" name="time_component_font_style[]" value="<?php
echo $dstemplate_times->font_style;
?>
" >
<div class="jPickerPosition">
<input name="time_component_font_color[]" class="Multiple" type="hidden" style="width:60px;" value="<?php
echo functions::jPickerTransparent($dstemplate_times->font_color);
?>
" />
</div>
</div>
</td>
<td class="layout_settings_input" align="center">
<input name="time_component_background_color[]" class="Multiple" type="hidden" style="width:60px;" value="<?php
echo functions::jPickerTransparent($dstemplate_times->background_color);
?>
" />
</td>
<td align="center">
<?php
if ($show) {
echo $dstemplate_times->reload;
}
?>
</td>
<td> </td>
</tr>
</tbody>
</table>
<br />
示例2:
?>
/>
<input type="hidden" name="time_component_font_style[]" value="<?php
echo $component_times->font_style;
?>
" >
<div class="jPickerPosition"><input name="time_component_font_color[]" class="Multiple" type="hidden" style="width:60px;" value="<?php
echo functions::jPickerTransparent($component_times->font_color);
?>
" />
</div>
</div>
</td>
<td class="layout_settings_input" align="center">
<input name="time_component_background_color[]" class="Multiple" type="hidden" style="width:60px;" value="<?php
echo functions::jPickerTransparent($component_times->background_color);
?>
" />
</td>
</tr>
</tbody>
</table>
<br />
</div>
</li>
<?php
}
}
?>
<?php
示例3:
>Verdana</option>
</select>
Size: <input name="time_component_font_size" class="delay_input" type="text" style="width:20px;" value="<?php
echo $time_component_font_size;
?>
" />
<div class="jPickerPosition"><input name="time_component_font_color" class="Multiple" type="hidden" style="width:60px;" value="<?php
echo functions::jPickerTransparent($time_component_font_color);
?>
" />
</div>
</div>
</td>
<td class="layout_settings_input" align="center">
<input name="time_component_background_color" class="Multiple" type="hidden" style="width:60px;" value="<?php
echo functions::jPickerTransparent($time_component_background_color);
?>
" />
</td>
<td align="center">
<?php
echo $time_component_reload;
?>
</td>
</tr>
</tbody>
</table>
<br />
</div>
</li>
</ul>