Integer Validator Element

Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | About

Table of Contents

1 Integer Validator - #is_integer {}

Validate that the field contains an integer.

Usage

wf:wire(ButtonID, TextBoxID, #validate { validators=[
  #is_integer { text="Must be an integer." }
]})

Attributes

text - (string)
The text to display if validation fails.

Date: 2012-10-18 03:23:20 CDT

Author: Rusty Klophaus (@rustyio)

Org version 7.8.02 with Emacs version 23

Validate XHTML 1.0

Comments

Note:To specify code blocks, just use the generic code block syntax:
<pre><code>your code here</code></pre>


comments powered by Disqus