Përshkrim
This plugin turns properly formatted html forms into in-field labels.
This is integration with the http://fuelyourcoding.com/scripts/infield/
when the input field is focussed then label fade & entry begins in input field then label text disappered.
When clearing the field the label text reappears.
Html form format as below
<form id="test" method="post" >
<p>
<label for="field_id">Label Text</label><br />
<input type="text" name="field_id" value="" id="field_id" placeholder="">
</p>
</form>
Instalim
Installing the In Field Labels plugin is very easy. Simply follow the steps below.
- Extract the package to obtain the
in-field-labelsfolder - Upload the
in-field-labelsfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure the settings according to your needs through the Settings > In Field Labels menu
- Add form id (not including # sign) separated with comma( like commentform,test ) in the ‘In Field Labels’ section
PBR
- What will be the html form formats
-
Simple format of html forms
<form id="test" method="post" > <p> <label for="field_id">Label Text</label><br /> <input type="text" name="field_id" value="" id="field_id" placeholder=""> </p> </form>
Shqyrtime
Për këtë shtojcë s’ka shqyrtime.
Kontribues & Zhvillues
“In Field Labels” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë personat vijues.
KontribuesPërkthejeni “In Field Labels” në gjuhën tuaj.
Ju intereson zhvillimi?
Shfletoni kodin, shkarkoni depon SVN, ose pajtohuni përmes RSS-je te regjistri i zhvillimeve.
Regjistër ndryshimesh
1.0
- Initial release of the In Field Labels plugin

