codfisc_pi.comp

This widget is used for personal fiscal and VAT identification codes used in Italy.

Input Parameters:

Parameters

The widget checks the validity of inserted code:
  • VAT number is numeric with 11 digits
  • Italian personal fiscal identification code is alfa-numeric string of 16 digits.

Parameter Name Description Default ValueSorted descending
id Select ID. Undefined.
readonly can't change state if in readonly mode Undefined.
width Helps construct value of the style. Undefined.
trans U : upper - all uppercase characters; L : lower - all lowercase U.
description Tooltip. Empty string.
value change read/write Empty string.

Examples

Demo

codfisc_pi.png

The demonstration of the demo is available here.

Italian Fiscal Code in Lower Case

<h2>Italian Fiscal code example With Lower Case</h2>
<& /input/codfisc_pi.comp, 
        id => 'test1',
	value => 'mrtmtt25d09f205z',
	trans => 'L',
	readonly => 0,
        description => 'Fiscal code example'
&>

Italian Fiscal Code in Upper Case

<h2>Italian Fiscal code example With Upper Case</h2>
<& /input/codfisc_pi.comp, 
        id => 'test2',
	trans => 'U',
	readonly => 0,
	value => 'MRTMTT25D09F205Z',	
	width => 200,
        description => 'Fiscal code example'
&>

Italian VAT Number

<h2>Italian VAT No example</h2>
<& /input/codfisc_pi.comp, 
        id => 'test3',
	value => '12345678901',	
	readonly => 0,
	width => 200,
        description => 'VAT No example'
&>

I Attachment Action Size Date Who Comment
codfisc_pi.pngpng codfisc_pi.png manage 15 K 05 Apr 2016 - 17:29 DipenPatel Italian Vat and Fiscal No
This topic: MasonSQL > WebHome > InputWidgets > Codfisc_piComponent
Topic revision: 21 Sep 2016, JanezStangelj
This site is powered by FoswikiCopyright (©) Leader.IT - Italy P.I. IT01434390223 Privacy policy & use of cookies