Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

In Field Labels

Leírás

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>

Képernyőmentések

  • Add form id’s in the backend separated with comma.
  • form looks like in the front end.

Telepítés

Installing the In Field Labels plugin is very easy. Simply follow the steps below.

  1. Extract the package to obtain the in-field-labels folder
  2. Upload the in-field-labels folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Configure the settings according to your needs through the Settings > In Field Labels menu
  5. Add form id (not including # sign) separated with comma( like commentform,test ) in the ‘In Field Labels’ section

GYIK

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>

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“In Field Labels” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“In Field Labels” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.0

  • Initial release of the In Field Labels plugin