Skip to content

pointybeard-forks/textboxfield

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Box

Features

  • Boolean searching with the boolean filter.
  • Regular expression searching with the regexp filter.
  • Partial searching with starts-with, ends-with and contains filters.
  • Search against the handle value only with the handle filter.
  • Search for null values using the sql: null filter.
  • The above filters can be negated by prefixing with not-.
  • Text formatter and validation rule support.
  • Output grouping on handle.
  • 'Raw' output mode for unformatted data.
  • Parameter output support.
  • Limit the number of characters that can be entered.
  • Limit the number of characters shown in publish table columns.
  • Handles are always unique.

Installation

  1. Upload /textboxfield folder to your Symphony /extensions folder.

  2. Install the field by selecting the "Field: Text Box" on the System -> Extensions page, choose Enable from the menu then click Apply.

  3. You can now add the "Text Box" field to your sections.

About

An enhanced text input field for Symphony.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.4%
  • JavaScript 2.0%
  • CSS 0.6%