login | register
Fri 21 of Nov, 2008 (12:21 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheHistoryPrint

function_formlabel

Created by: hiran, Last modification: Tue 16 of Jan, 2007 (17:32 UTC)

Parameters

labelThe label text visible to users
forThe id of the input element this label refers to


Sample

<div class="row">
	{formlabel label="Title" for="title"}
	{forminput}
		<input type="text" size="60" maxlength="200" name="sample[title]" id="title" value="{$gContent->mInfo.title|escape}" />
	{/forminput}
</div>

See also

Comments

Related Items

Documentation » Technical Documentation » Smarty Functions

a list of custom smarty functions that are used and maintained by bitweaver

block.bitmodule  •  block_box  •  block_form  •  block_forminput  •  block_jstabs  •  block_legend  •  function_biticon  •  function_bit_select_datetime  •  function_formlabel  •  function_libertypagination  •  function_pagination  •  function_smartlink  •  function_var_dump  •  Smarty Functions