Saltá al contenido
  • Iniciar sesión
  • Registrarse
WordPress.org

Español (Argentina)

  • Temas
  • Plugins
  • Noticias
  • Soporte
    • Documentación
    • Foros
  • Acerca de
  • Conseguí WordPress
Conseguí WordPress

Plugins

  • Mis favoritos
  • Pruebas beta
  • Desarrolladores

Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Descargar

Easy Inputs

Por Thomas J Belknap
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

EasyInputs provides an error-free universal means of generating HTML form inputs. EasyInputs is a developers-only plugin that provides a helper for generating form inputs. It provides objects that represent both the Form and the Input, standarizing how your HTML form elements are created, speeding development of plugins and themes.

Instalación

  1. Upload the easy-inputs directory to your site\’s /wp-content/plugins directory
  2. Include the easy-inputs.php file into your project with the below code:
    `
    require_once plugin_dir_path(FILE) . \’../easy-inputs/easy-inputs.php\’;
    // You could either declare your object a global or include it into your
    // plugin/theme\’s classes as necessary. Here, we declare a global:
    global $ei;

// Instantiate EasyInputs, providing the two required settings:
$ei = new EasyInputs([
\’name\’ => \’easy-inputs-example\’,
\’type\’ => \’setting\’
]);
`

Please see the example plugin contained in the easy-inputs directory for further example code. Detailed notes can be found on the Github page for this plugin

Preguntas frecuentes

Installation Instructions
  1. Upload the easy-inputs directory to your site\’s /wp-content/plugins directory
  2. Include the easy-inputs.php file into your project with the below code:
    `
    require_once plugin_dir_path(FILE) . \’../easy-inputs/easy-inputs.php\’;
    // You could either declare your object a global or include it into your
    // plugin/theme\’s classes as necessary. Here, we declare a global:
    global $ei;

// Instantiate EasyInputs, providing the two required settings:
$ei = new EasyInputs([
\’name\’ => \’easy-inputs-example\’,
\’type\’ => \’setting\’
]);
`

Please see the example plugin contained in the easy-inputs directory for further example code. Detailed notes can be found on the Github page for this plugin

I don\’t see any way to activate this plugin. Why is that?

This is not a \”plugin\” in the traditional sense. It is for developers who want a toolbox with which to develop forms and inputs for WordPress administrative uses. THIS IS NOT FOR NOVICE OR NON-DEVELOPER USE!

Is this plugin like Gravity Forms =?

NO! This plugin is designed for developers to speed the development of new WordPress projects and while it can do front-end forms, it is not a substitute for other plugins better designed for end users. DO NOT USE THIS PLUGIN UNLESS YOU UNDERSTAND PHP!

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Easy Inputs” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • Tom Belknap

Traduce “Easy Inputs” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

1.2.1

First release to the WordPress Plugins Directory

1.2.2

Sample code is confusing the WordPress plugin updater. Removing.

Meta

  • Versión: 1.2.2
  • Última actualización: hace 5 años
  • Instalaciones activas: Menos de 10
  • Versión de WordPress: 4.0 o superior
  • Probado hasta: 4.9.22
  • Versión de PHP: 5.6 o superior
  • Idioma:
    English (US)
  • Etiquetas:
    formshtmlinputsmetadatasettings
  • Vista avanzada

Valoraciones

Este plugin no ha sido valorado todavía.

Iniciá sesión para enviar una reseña.

Colaboradores

  • Tom Belknap

Soporte

¿Tenés algo que decir? ¿Necesitás ayuda?

Ver el foro de asistencia

  • Acerca de
  • Noticias
  • Hosting
  • Donar
  • Regalos
  • Documentación
  • Desarrolladores
  • Involucrate
  • Aprender
  • Escaparate
  • Plugins
  • Temas
  • Patrones
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacidad
  • Código público
WordPress.org
WordPress.org

Español (Argentina)

  • Visitá nuestra página de Facebook
  • Visitá nuestra cuenta de Twitter
  • Visitá nuestra cuenta de Instagram
  • Visitá nuestra cuenta de LinkedIn
El código es poesía.