All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.noka.tld Maven / Gradle / Ivy

The newest version!


 2.0
 n
 /noka
 
 
  <br/>DBGrid is used to generate a data display form. This data sheet contains the paging, sorting by columns, with the selection box and other functions. Currently DBGrid supports SQL Server, Oracle, MySQL, PostgreSQL, DB2 five kinds of database data paging, other ordinary paging.
<br/>The label in the child table display, when using the SQL and class methods for Ajax loading method.
<br/>Note: this tag integrated ranking function, therefore cannot use the sort in a SQL statement statement.
<br/>Starting from 6.0.1, DBGrid to the asynchronous data loading, loading data URL rules: nk[dbgrid]db.ndbgrid, which [dbgrid] is the actual ID value of DBGrid, such as an instance of ID is da_id, then the loading path: the path for the nkda_iddb.ndbgrid, noka will automatically identify, if the need for resource control needs to be processed. In the noka interceptor prior to the path.
<br/>Export to Excel for the server path: outexcel[dbgrid].gridexcel
<br/>The server path loading sub table: subgrid[dbgrid].sgr
  DBGrid
  org.nokatag.dbgrid.NDBGrid
  empty
  
   HTML id attribute
   id
   true
   true
  
  
   set the query sql,For example:select id as ID,name as name from user
   sql
   false
   true
  
  
   set the data load url
   dataurl
   true
  
  
   set the sub table data load url
   subtableurl
   true
  
  
   set the export file url
   exporturl
   true
  
  
   set the width, For example:700(Without unit, the default for 'px' units)
   width
   true
   true
  
  
   set the height, For example:700(Without unit, the default for 'px' units)
   height
   true
   true
  
  
   set the title,For example:user info table
   title
   true
  
  
   Whether to display the number, value of {true|false}
   number
   true
  
  
   Whether to select the column, its value is {checkbox|radio}
   checkd
   true
  
  
   If the number of data rows per page is to be limited, a limit must be pagesize
   pagesize
   true
  
  
   Column name of the initial sort, if used with as for as name after
   compositor
   true
  
  
   The initial sort of way,value {asc|desc}
   descorasc
   true
  
  
   The child table type {cell|sql|class} are respectively a main table column value,independent of the SQL mode,the custom class mode
   subtabletype
   true
  
  
   The child table standard type ID, only in the sub table types play a role for the cell <br/> The attribute subgrid id the corresponding to the attribute in the configuration file
   subtablestyleid
   true
  
  
   If taking the main table columns to write directly to the column ordinal began as from 0:0,1,2... <br/> If the SQL statement is directly write the SQL statement, which if used in the main table parameters directly to stay?, and to join in subtablestyleid in the main table column (starting from 0) <br/> If it is class, the path is directly write class (including the class name) such as org.user.TestGrid. The need to inherit org.nokatag.dbgrid.SubGrid
   subtable
   true
  
  
   The child column format parameter table, using the rules with the formatcell parameter
   subformatcell
   true
  
  
   Format column, to format a column value output as needed, can write this: the package name. The name of the class. The name of the method (the name of the 1 Java type, Java type column names of N, Java type 'constant') as column. Multiple columns with | apart. This class is the general category of custom
   formatcell
   true
  
  
   For the double click event, the incoming row object
   onrowdblclick
   true
  
  
   For the click event, the incoming row object
   onrowclick
   true
  
  
   Export this page to excel, the default is false, optional {true | false}
   outexcelnopage
   true
  
  
   Export all pages to excel, the default is false, optional {true | false}
   outexcelall
   true
  
  
   The query string  'column name' 'condition' '$[entry box name]', 'column name' 'condition' '$[entry box name]'
   selectfiled
   true
  
  
   Whether to automatically generate a query input box, optional values {true | false}
   selectinput
   true
  
  
   Custom information, which if not empty, it will display the information on the page information bar dbgrid below, can be used as buttons
   custombutton
   true
  
  
   Value selection box, the default for SQL as its value the first column, the column specified with the sequence number
   checkvalue
   true
  
  
   The name of the select box
   checkname
   true
  
  
   The name of the form data table
   tableformname
   true
  
  
   The id of the form data table
   tableformid
   true
  
  
   The action of the form data table
   tableformAction
   true
  
  
   The target of the form data table
   tableformtarget
   true
  
  
   The method of the form data table
   tablemethod
   true
  
  
   Selection line or mouse through a row of the line of text color
   textColor
   true
  
  
   Selection line or mouse through a row of the row background color
   backgroundColor
   true
  
  
   Initialization value selection box, this property is a 'String', multiple values separated by commas
   checks
   true
  
  
   
Column options such as width: 100, show: with between more than one column separated by |,
<br/>show optional values: a display / selectable, 2 display / non-selection, 3 does not display / selectable, 4 does not display / non-selection
   
   cells
   true
  
  
   
 According to the cell value, formatted cell style, rules are:
<br/> [cname = column name, value = classid, value = classid]
<br/> Such as:
<br/> [cname = state, 3 = data_row_1,4 = data_row_2],
<br/> [cname = property, 6 = data_row_1,5 = data_row_2]
<br/> classid for dbgrid skin configuration id css styles
   airRowClass
   true
  
  
  
   According to the cell value, formatted cell style, rules are:
<br/> [cname = column name, value = classid, value = classid]
<br/> Such as:
<br/> [cname = state, 3 = data_row_1,4 = data_row_2],
<br/> [cname = property, 6 = data_row_1,5 = data_row_2]
<br/> classid for dbgrid skin configuration id css styles
  
  airLenRowClass
  true
  
  
   Successful execution of the callback method
   onsuccess
   true
  
  
   Callback method fails to perform when
   onfailure
   true
  
  
   In the method called when submitting data, which continue to submit 'true' and 'false' stop submitted
   onsubmit
   true
  
  
   Automatically records check and sort records in the page, 
 <br/> this parameter controls for storing recorded name and id, 'id' defaults to the table plus '_record'
   checkrecord
   true
  
  
   Select the column is hidden by default is false, optional {true | false}
   hideselect
   true
  
  
   Function is turned on manually refresh the data, the default is false, optional {true | false}
   reload
   true
  
  
   Automatic refresh interval, in seconds, must be greater than 0
   autoRefresh
   true
  
  
   Export data to CSV current page
   outcsvnopage
   true
  
  
   Export all data to CSV
   outcsvall
   true
  
  
   Custom statistics column, can be any html element
   custom
   true
  
  
   Export Current page data to PDF, can be displayed directly on the display of the browser supports pdf, available as print use
   outpdfnopage
   true
  
  
   Export all data to PDF, can be displayed directly on the display supports pdf browser, available as print use
   outpdfall
   true
  
  
   Custom file export category, the value of a specific class package name and class name
   outuserfile
   true
  
  
   The title is displayed when exporting to a file
   outtitle
   true
  
  
   Query button to display information
   selecttitle
   true
  
  
   Custom data processing class
   dataclass
   true
  
  
   
Binding data input box, JSON format data format [{field: 'aa', value: 2, veri: true, show: 3}, {field: 'aa', value: 2, veri: true, show: 3}]
<br/>field: the input box you want to bind the ID, value: bind values for the input box, where only dbgrid column number,
<br/>veri: indicates whether or not to be tested, said they did not verify as true, the default need to re-verify,
<br/>show: to show value, veri and show no optional value
   inputData
   true
  
  
   When submitting form option is detected when the message empty
   formNull
   true
  
  
   Message needs to reconfirm at the time of the submission form
   formConfirmation
   true
  
  
   hide the table head row value is true or false
   isHideHead
   true
  
  
   hide the table bottom row value is true or false
   isHideBottom
   true
  
  
   Edit the cell
   editCells
   true
  
  
   Edit JSON {loadColor:'',successColor:'',failureColor:''}
   editSubmitColor
   true
  
  
   Edit submit action
   endtSubmitAction
   true
  
  
   Edit onSubmit function
   editOnSubmit
   true
  
  
   Edit on Return funtion
   editOnReturn
   true
  
  
   Edit Row
   editRow
   true
  
  
   ajax submit all edit data action
   editAllSubmitAction
   true
  
  
   the dbgrid on load data exe javascript funtion name, the pars json object for select,exp: {name:'',value:''}
   onloadjs
   true
  
  
   the dbgrid on load data exe java function name,the pars one is sql,the pars two is select object for list<map<String,String>> the map key is name and value
   onload
   true
  
  
   the out file name
   outfilename
   true
  
  
   the out file of custom
   outcustom
   true
  
  
   the user cell style id
   cellbody
   true
  
  
   on the grid load end for js function
   onend
   true
  
  
   on the grid init for js function eg. function a(self){ alert(self.width) }
   oninit
   true
  
  
   on the grid reset window size for js function eg. function a(grid){ grid.setSize(0,100); }
   onresize
   true
  
  
   on the grid reset window size for js function eg. function a(grid){ grid.setSize(0,100); }
   autosize
   true
  
  
   auto reset cell width {true|false}
   autowidth
   true
  
  
   on set the sum cell value ex javascript function e.g. function a(cellname,value){}
   onSetSumValue
   true
  
  
   on format sum cell e.g org.noka.test.fromatcell
   sumformatcell
   true
  
  
   on format sum cell e.g org.noka.test.fromatcell
   foldingLine
   true
  
  
   on format sum cell e.g org.noka.test.fromatcell
   flodingButton
   true
  
  
   on the grid init for insert blank row number
   insertBlankRow
   true
  
  
   on edit grid submit data for form id
   editOnSubmitForm
   true
  
   
   on edit grid submit all data for js function
   editOnSubmitAll
   true
  
  
   the cell sort e.g true|false default true
   sort
   true
  
  
   the config set user id
   configid
   true
  
  
   the find tree node
   findtreenode
   true
  
  
   the tree sql
   treesql
   true
  
  
   the tree cell width
   treecellwidth
   true
  
  
   the sum cell sql for tree
   sumsql
   true
  
  
   the tree node click
   ontreeclick
   true
  
  
   the sum rows sql
   countsql
   true
  
  
   the sub table onload function e.g function(row){return [{name:'noka_subsqlwhere',value:''}]}
   onloadsubtable
   true
  
  
   the fxeid cell e.g {true|false}
   fxeidcell
   true
  
  
   the ming page info e.g {true|false}
   minpage
   true
  
 
 
 
  You can generate an online html editor edit box
  htmledit
  org.nokatag.tagjava.HtmlEdit
  empty
  
   Hidden controls id
   id
   true
   true
  
  
   Hidden controls name
   name
   true
   true
  
  
   Editor width
   width
   true
  
  
   Editor high
   height
   true
  
  
   User-defined id
   uid
   true
  
  
   Upload file size
   filesize
   true
  
  
   Whether delete pictures uploaded, selectable values {true | false}
   isdel
   true
  
  
   Data filtering type, uid, sid, pid (respectively for user-defined id, session, page)
   type
   true
  
  
   Value of the editor
   value
   true
  
  
   Custom insert the content javascript method
   insertHTML
   true
  
  
   Custom method name to get content
   getValue
   true
  
  
   Custom settings content method name
   setValue
   true
  
  
   Note the number of characters, the default is 50, the maximum can not exceed 100
   textsun
   true
  
  
   Note the annex of file show type exp:images(*.jpg,*.gif,*.png,*.jpeg,*.bmp)
   annextypedescription
   true
  
  
   Note the annex of file upload type exp:*.jpg;*.gif;*.png;*.jpeg;*.bmp;
   annextypeextension
   true
  
 
 
 
   
 File service tag generates a button and a hidden controls, click the button pop-up screen to select and upload a file,
<br/>select the file name displayed after selecting the original sign webpage, multiple file names with "," separated. 
<br/>Id is the file number (automatically generated by the file server).
<br/>File upload address is: file [id] .fs, where [id] for the control id
<br/> File Read Address: nokatag/nokatag_uploadfile/file[id].fs?do=red&fileid=file id
<br/>File Download: nokatag/nokatag_uploadfile/file[id].fs?do=get&fileid=file id

  fileupload
  org.nokatag.tagjava.FileUoload
  empty
  
   Hidden controls id
   id
   true
   true
  
  
   Hidden controls name
   name
   true
   true
  
  
   Button to display the information
   title
   true
  
  
   Upload a single file size
   filesize
   true
  
  
   Upload file display type, the proposed input format: Image (*.jpg; *.gif), Etc.
   filetypedescription
   true
  
  
   Upload file type, separated by a semicolon multiple types, such as *.jpg; *.gif
   filetypeextension
   true
  
  
   User-defined id
   uid
   true
  
  
   Whether delete, optional value {true | false}
   isdel
   true
  
  
   Data filtering type, uid, sid, pid (respectively for user-defined id, session, page)
   type
   true
  
  
   Whether radio, optional value {true | false}
   idreadio
   true
  
  
   Display mode, 1, for downloading, 2, for viewing, 0, there is no operation for
   showtype
   true
  
  
   The value of the hidden controls
   value
   true
  
  
   The method is called when the value of the shape changes, such as aab (v1, v2, v3, v4), 
<br/>which is the file name v1, v2 for identification ID, v3 for file read address, v4 file Download
   onchange
   true
  
  
   External calls upload method name, uploadFile equivalent method for the control
   uploadfunction
   true
  
  
   Whether readonly, with HTML tags
   readonly
   true
  
  
   Whether disabled ,option {disabled | no}
   disabled
   true
  
  
   Whether displayed, the default is false, optional {true | false}
   noShow
   true
  
  
   Note the number of characters, the default is 50, the maximum can not exceed 100
   textsun
   true
  
  
   Whether allow null, the default is false, optional {true | false}
   allownull
   true
  
  
   this file min width
   width
   true
  
  
   this file min widt
   minpage
   true
  
  
   this file min widt
   pagecode
   true
  
  
   this file service dataurl
   dataurl
   true
  
 
 
 
  
 Upload photos component generates a photo on the page display box, click on the box to upload photos. 
 <br/>This component is inherited from file upload component. Id is the file number (automatically generated by the file server).
 <br/>File upload address is: file [id] .fs, where [id] for the control id
 <br/>File Read Address: nokatag/nokatag_uploadfile/file[id].fs?do=red&fileid=file id
 <br/>File Download: nokatag/nokatag_uploadfile/file[id].fs?do=get&fileid=file id
  ImageUpload
  org.nokatag.tagjava.ImageUpload
  empty
  
   Hidden controls id
   id
   true
   true
  
  
   Hidden controls name
   name
   true
   true
  
  
   The value of the hidden controls
   value
   true
  
  
   Photos show wide
   width
   true
  
  
   High picture shows
   height
   true
  
  
   Photo tips
   msg
   true
  
  
   Upload a single file size
   filesize
   true
  
  
   User-defined id
   uid
   true
  
  
   Whether delete, optional value {true | false}
   isdel
   true
  
  
   Data filtering type, uid, sid, pid (respectively for user-defined id, session, page)
   type
   true
  
  
   External calls upload method, the control method is equivalent to the effect uploadFile
   uploadfunction
   true
  
  
   Message, with the title attribute html tags
   title
   true
  
  
   Note the number of characters, the default is 50, the maximum can not exceed 100
   textsun
   true
  
  
   Photo Access: 1, for uploading, 2, for the camera, 3 ,for uploading and taking pictures, the default is 1
   utype
   true
  
  
   this is readonly
   readonly
   true
  
   
   Whether disabled ,option {disabled | no}
   disabled
   true
  
 
 
 
  Tab menu outside
  tab
  org.nokatag.tagjava.Tab
  JSP
  
   Menu tagid
   tagId
   true
   true
  
  
   Menu wide
   tabWidth
   true
   true
  
  
   Menu High
   tabHeight
   true
  
  
   Initial expanded menu name
   defaultTab
   true
  
  
   Skin name, optional {dark_blue | default | dhx_black | dhx_blue | dhx_skyblue_d | glassy_blue | modern | silver | winbiscarf | winscarf} default to modern
   tabstyle
   true
  
  
   Alignment menu optional parameters: bottom, left, right
   tabtype
   true
  
 
 
 
  Tab menu inside
  TabConten
  org.nokatag.tagjava.TabConten
  JSP
  
   Tab Type {html | iframes-on-demand | ajax-html} html which represents a direct sign displaying the contents of the tag. 
 <br/>  The latter two are designated a url
   type
   true
   true
  
  
   Menu name
   name
   true
   true
  
  
   Menu id
   id
   true
  
  
   Menu wide
   width
   true
  
 
 
 
  Folding menu outside
  Accordion
  org.nokatag.tagjava.Accordion
  JSP
  
   Menu id
   id
   true
   true
  
  
   Menu wide
   width
   true
  
  
   Menu high
   height
   true
  
  
   Initial expanded menu number, starting from 0
   open
   true
  
  
   Expand the type, optional {0 | 1}
   type
   true
  
  
   Alignment of the text optional parameters: bottom, left, right
   align
   true
  
  
   Style 'id' number, which corresponds to the profile of 'accord', set to -1, said the use of external style
   styleid
   true
  
 
 
 
  Folding menu inside
  AccordionButton
  org.nokatag.tagjava.AccordionButton
  JSP
  
   Button bar's name
   name
   true
   true
  
  
   Alignment of the text optional parameters: bottom, left, right
   aligning
   true
  
  
   When you click the button the method call
   onclick
   true
  
  
   Button object
   button
   true
   true
  
  
   Button img
   img
   true
  
 
 
 
  
   selectDouble generate two SELECT to select the box. The optional data selection box on the left,
<br/>the right selection box for the selected data. Select the box has generated the sort function.
<br/>By setting determines whether you can repeat the selection.
  selectDouble
  org.nokatag.tagjava.SelectDouble
  empty
  
   Portfolio selection box id
   id
   true
   true
  
  
   Connection object
   con
   true
  
  
   Information on the left select box shown above, the default is: Optional data item
   lietshowname
   true
  
  
   Information on the right selection box shown above, the default is: selected data item
   reightshowname
   true
  
  
   Left selection box name
   lietselectname
   true
  
  
   Right selection box name
   rightselectname
   true
  
  
   Id attribute selection box on the left, the equivalent of select id attribute html
   lietselectid
   true
  
  
   Id attribute to the right of the selection box, the equivalent of select id attribute html
   rightselectid
   true
  
  
   Left selection box initialization data to json object
   lietlist
   true
  
  
   Right selection box initialization data to json object
   rightlist
   true
  
  
   Left selection box Initialize sql statement
   lietSql
   true
  
  
   Reft selection box Initialize sql statement
   rightSql
   true
  
  
   Class Properties selection box middle button is equivalent to the class attribute html
   buttionClass
   true
  
  
   Left selection box width. Equivalent to the width of a select html attributes
   lietselectwidth
   true
  
  
   Right selection box width. Equivalent to the width of a select html attributes
   rightselectwidth
   true
  
  
   Left selection box high, the need to bring the unit
   lietselectheight
   true
  
  
   Right selection box high, the need to bring the unit
   rightselectheight
   true
  
  
   
  Whether to allow duplicate entries to add, the value of {v | t | vt},
<br/>v: express check by value, t: Check the value by the display, vt: expressed by value and display value check
   isfind
   true
  
  
   
   Box on the left column format, such as the need to post the value of a column formatted output, 
<br/>you can write: package name class name method name ('java type' 'column name') as' Column Name'. 
<br/>Multiple columns with '|' apart. Here's a custom class for the general category.
   rformatcell
   true
  
  
    
   Box on the right column format, such as the need to post the value of a column formatted output, 
<br/>you can write: package name class name method name ('java type' 'column name') as' Column Name'. 
<br/>Multiple columns with '|' apart. Here's a custom class for the general category.
   lformatcell
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Do not show
   noShow
   true
  
 
 
 
  The tag generates an entry box, with basic authentication, <br/> and you can customize the method validation and custom regular expression validation
  InputText
  org.nokatag.tagjava.InputText
  JSP
  
   Entry box name, with the same attribute html
   name
   true
   true
  
  
   Entry box id, with the same attribute html
   id
   true
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   Controls can be empty
   allownull
   true
  
  
   Error message
   mesg
   true
  
  
   Authentication Type optional type {js| server | regex}, respectively, js, server, regular expression validation
   chtype
   true
  
  
   Verify the content, vary depending on its value 'chtype'
   veri
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   this max class
   maxclass
   true
  
  
   this show max windows for function
   onshowmax
   true
  
  
   the format date e.g yyyy-MM-dd hh:mm:ss
   dfmt
   true
  
 
 
 
  the html input type hiden
  hidden
  org.nokatag.tagjava.Hidden
  JSP
  
   Entry box name, with the same attribute html
   name
   true
   true
  
  
   Entry box id, with the same attribute html
   id
   true
   true
  
  
   Elements specified value
   value
   true
  
 
 
 
  The tag generates an entry box, with basic authentication, <br/> and you can customize the method validation and custom regular expression validation
  AjaxInputText
  org.nokatag.tagjava.AjaxInputText
  JSP
  
   Entry box name, with the same attribute html
   name
   true
   true
  
  
   Entry box id, with the same attribute html
   id
   true
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   Controls can be empty
   allownull
   true
  
  
   Error message
   mesg
   true
  
  
   Authentication Type optional type {js| server | regex}, respectively, js, server, regular expression validation
   chtype
   true
  
  
   Verify the content, vary depending on its value 'chtype'
   veri
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   this setvalue of value to show text sql e.g select menuid,menuname from nk_sys_menu where menuid in( ? )
   vsql
   true
  
  
   this more input e.g true | false
   ismore
   true
  
  
   this quer select sql e.g select menuid,menuname from nk_sys_menu where MENUNAME like ?
   sql
   true
  
  
   this query length e.g 2
   length
   true
  
  
   on delete select for js function
   ondelete
   true
  
  
   on data load url
   dataurl
   true
  
  
   on value to text load url
   valueurl
   true
  
 
 
 
  The tag generates an entry box, with basic authentication, <br/> and you can customize the method validation and custom regular expression validation
  MultInputText
  org.nokatag.tagjava.MultInputText
  JSP
  
   Entry box name, with the same attribute html
   name
   true
   true
  
  
   Entry box id, with the same attribute html
   id
   true
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   Controls can be empty
   allownull
   true
  
  
   Error message
   mesg
   true
  
  
   Authentication Type optional type {js| server | regex}, respectively, js, server, regular expression validation
   chtype
   true
  
  
   Verify the content, vary depending on its value 'chtype'
   veri
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   this max class
   maxclass
   true
  
  
   this show max windows for function
   onshowmax
   true
  
  
   on delete the select for js function
   ondelete
   true
  
  
   the input value find value for sql
   findsql
   true
  
  
   the input value find value for url
   findurl
   true
  
 
 
 
  The tag generates an entry button, with basic authentication
  button
  org.nokatag.tagjava.Button
  JSP
  
   Entry box name, with the same attribute html
   name
   true
   true
  
  
   Entry box id, with the same attribute html
   id
   true
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   AjaxSubmit form url
   formurl
   true
  
  
   set the button for request,hide the button
   val
   true
  
  
   Submit the external form, the form of the ID
   formid
   true
  
  
   the button shortcut key e.g altkey+13
   shortcutkey
   true
  
 
 
 
  The tag generates an entry button, with basic authentication
  delbutton
  org.nokatag.tagjava.DeleteButton
  JSP
  
   Entry box name, with the same attribute html
   name
   true
   true
  
  
   Entry box id, with the same attribute html
   id
   true
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   set the button for request,hide the button
   val
   true
  
  
   the button shortcut key e.g altkey+13
   shortcutkey
   true
  
 
 
 
  The tag generates an entry box, with basic authentication, <br/> and you can customize the method validation and custom regular expression validation
  InputPass
  org.nokatag.tagjava.InputPass
  JSP
  
   Entry box name, with the same attribute html
   name
   true
   true
  
  
   Entry box id, with the same attribute html
   id
   true
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   Controls can be empty
   allownull
   true
  
  
   Error message
   mesg
   true
  
  
   Authentication Type optional type {js| server | regex}, respectively, js, server, regular expression validation
   chtype
   true
  
  
   Verify the content, vary depending on its value 'chtype'
   veri
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   this max class
   maxclass
   true
  
  
   show the password util
   showpass
   true
  
  
   this show max windows for function
   onshowmax
   true
  
 
 
 
  The tag generates a set of checkboxes group page that provides settings and get the value of the JavaScript method
  Checks
  org.nokatag.tagjava.Checks
  JSP
  
   selection box ID
   id
   true
   true
  
  
   selection box of name, a different name for a group of
   name
   true
  
  
   Sql way to set the initial option, sql must contain value, label two attributes, name, nid optional columns, nid to all options box of ID
   sql
   true
  
  
   Json way to set the option box
   json
   true
  
  
   Click Event
   onclick
   true
  
  
   The initial value of the option boxes, multiple values separated by commas(,)
   value
   true
  
  
   Whether readonly, optional {true | false}
   readonly
   true
  
  
   the div style
   divstyle
   true
  
  
   the div class
   divclassstyle
   true
  
  
   
Column format, such as the need for formatting a column after the value of the output can be written: 
<br/>'package name'.'class name'.'method name'('java type' 'column name 1') as' column name' ,Multiple columns with '|' apart.
<br/>Here's a custom class for the general category.

   formatcell
   true
  
  
   Class attribute options box
   classstyle
   true
  
  
   Options box style
   style
   true
  
  
   Checkbox the label directions, optional {right | left}
   stype
   true
  
  
   Whether to allow empty, optional: 0-n
   selectsun
   true
  
  
   Disabled attribute options box, optional: {disabled | no}
   disabled
   true
  
  
   Overall width option group
   width
   true
  
   
   the stop check value e.g 1,2
   stopcheck
   true
  
 
 
 
  The tag generates a set of radio buttons group page that provides settings and get the value of the JavaScript method
  Radios
  org.nokatag.tagjava.Radios
  JSP
  
   selection box ID
   id
   true
   true
  
  
   selection box of name, a different name for a group of
   name
   true
  
  
   Sql way to set the initial option, sql must contain value, label two attributes, name, nid optional columns, nid to all options box of ID
   sql
   true
  
  
   Json way to set the option box
   json
   true
  
  
   Click Event
   onclick
   true
  
  
   The initial value of the option boxes
   value
   true
  
  
   Whether readonly, optional {true | false}
   readonly
   true
  
  
   
   Column format, such as the need for formatting a column after the value of the output can be written: 
<br/>'package name'.'class name'.'method name'('java type' 'column name 1') as' column name' ,Multiple columns with '|' apart.
<br/>Here's a custom class for the general category.
   formatcell
   true
  
  
   Class attribute options box
   classstyle
   true
  
  
   Options box style
   style
   true
  
  
   Checkbox the label directions, optional {right | left}
   stype
   true
  
  
   Whether to allow empty, optional: {true | false}
   allownull
   true
  
  
   Disabled attribute options box, optional: {disabled | no}
   disabled
   true
  
  
   Overall width option group
   width
   true
  
  
   the div style
   divstyle
   true
  
  
   the div class
   divclassstyle
   true
  
 
 
 
  Multi-line text box for the HTML document Textarea alternatives, primarily integrated control the number of characters
  Textarea
  org.nokatag.tagjava.Textarea
  JSP
  
   Text box name, with the same attribute html
   name
   true
   true
  
  
   Text box id, with the same attribute html
   id
   true
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   Define the number of columns
   cols
   true
  
  
   Define the number of rows
   rows
   true
  
  
   Definition Text Size
   charsize
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   show input info {true|false}
   showinfo
   true
  
  
   the erro mesg
   mesg
   true
  
  
   the use veri function name e.g function aa(self){}  the self is textarea object
   verifun
   true
  
 
 
 
  
 DateTime tag generates an input field. This input box on the right there is an icon button,
<br/>click on this icon to bring up a date and time selection window. Initialization can be set to the current date and time.
<br/> The label may set its value by javascript method, the method is: obj.setValue (v), where v is the value to be set,
<br/> obj refers to the control object itself
  date
  org.nokatag.tagjava.DateTime
  JSP
  
   Controls name
   name
   true
   true
  
  
   Controls id
   id
   true
   true
  
  
   Control parameters, see Parameter Description
   prave
   true
  
  
   Whether initialization date
   isInitNowDate
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   Whether it can be empty, optional {true | false}
   allownull
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
 
 
 
  
 Charts are used to generate a variety of statistical charts flash, using xml data as the data source. 
 <br/>A total of 22 kinds of charts. Including the common pie, bar, line diagrams.
  statchart
  org.nokatag.tagjava.StatChart
  JSP
  
   Id chart
   id
   true
   true
  
  
   Xml data file path, which you can use $[rooturl] represents the root directory
   xmlpath
   true
  
  
   The method of direct call to the server
   sfun
   true
  
  
   Chart type, see various types and the corresponding figure legend
   type
   true
   true
  
  
   Chart width
   width
   true
  
  
   Height chart
   height
   true
  
  
   Custom parameters to the server process
   pars
   true
  
 
 
 
  
  Generates an ordinary entry box at the interface,
<br/>the input box will pop up click event a color picker to select a color value (hex) will fill entry box,
<br/>the background color of the input box is the currently selected color .
  ColorSelect
  org.nokatag.tagjava.ColorSelect
  JSP
  
   Entry box name, with the same attribute html
   name
   true
   true
  
  
   Entry box id, with the same attribute html
   id
   true
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   Whether to allow custom color, optional value {false | true} 
   customcolors
   true
  
  
   selectonclick
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
 
 
 
  
  Socket tag generates a flash in the pages of the image,
<br/>the image has a Socket for full functionality of Socket Communications can be achieved through the use of this image with the server.
  socket
  org.nokatag.tagjava.NkSocket
  JSP
  
   Generate flash object id
   id
   true
   true
  
  
   In the process of receiving data after triggering
   onDataFunction
   true
   true
  
  
   
    In connection method name, the default 'noka_ + id + _onCon',
<br/>which passed a boolean value, 'true' said the connection is successful,
<br/>'false' indicates that the connection fails
   onConnection
   true
  
  
   Custom method name to open a socket
   openFunction
   true
  
  
   Custom method name to send a message
   sendFunction
   true
  
  
   Custom close the connection method name
   closeFunction
   true
  
  
   Whether to start the debug mode, selectable values {true | false}
   isbug
   true
  
  
   Server address tcp connection service
   ip
   true
  
  
   Tcp connection service port, when the ip and port are not empty, the control will turn automatic connection function
   port
   true
  
  
   Sending the message contents
   sendmsg
   true
  
  
   The interval to send, when sendmsg and interval are not empty, control will open automatically sending interval
   interval
   true
  
  
   The load connection
   autoConnection
   true
  
 
 
 
  
  Verification code input box is a student at the interface code entry box and a picture. 
 <br/>The code also sets the value of the session inside. The default name for the session: noka_code.
  CodeImage
  org.nokatag.tagjava.CodeImage
  JSP
  
   Entry box name, with the same attribute html
   name
   true
   true
  
  
   Entry box id, with the same attribute html
   id
   true
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   When the page loads provisions should be pre-selected input element
   checked
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Expressed as a designated image server
   ismap
   true
  
  
   Inline styles specified elements
   istyle
   true
  
  
   Language requirements element content
   lang
   true
  
  
   The maximum length specified input field to count the number of characters
   maxlength
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Text modified event triggered
   onchange
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Current selection triggered change
   onselect
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Elements specified value
   value
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   src
   true
  
  
   Font color, default is red, the value RGB format (255,0,0)
   fontColor
   true
  
  
   Verify that the number of bits
   length
   true
  
  
   Picture to generate highly
   cheight
   true
  
  
   Images generated width
   cwidth
   true
  
  
   The maximum font (for integer values)
   cmaxSize
   true
  
  
   The minimum font (for integer values)
   cminSize
   true
  
  
   Disturbing Method, were found in five (values are integers from 0)
   counter
   true
  
  
   Replace the picture message
   msg
   true
  
  
   Set inside the session name.
   codename
   true
  
  
   Optional value code ID, default is 1
   kword
   true
  
  
   Verification code style attribute
   imageStyle
   true
  
  
   Verification code class attribute
   imageClas
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
 
 
 
  The label calls the remote server through an Ajax method.The server calls the path 'inputtextcheck[id].serfun', where [id] for the control ID value
  SerFun
  org.nokatag.tagjava.ServerFunction
  JSP
  
   Server-side method
   serverfunction
   true
  
  
   Client calls the method
   webfunction
   true
   true
  
  
   Callback methods, parameters for HTML object
   refunction
   true
   true
  
  
   Route calls based on the build server ID
   id
   true
   true
  
  
   the asynchronous {true|false}
   asynchronous
   true
  
  
   the server url
   url
   true
  
 
 
 
  The tag generates a pop-up box on the page, other pages can be loaded and customized content, auto shut down.
  NokaBox
  org.nokatag.tagjava.NokaBox
  JSP
  
   Control id
   id
   true
   true
  
  
   Popup box width
   width
   true
  
  
   Popup box height
   height
   true
  
  
   Load Type
   lotype
   true
  
  
   Method call display
   onopen
   true
  
  
   Close call method
   onclose
   true
  
   
   The title
   title
   true
  
  
   show the title
   showtitle
   true
  
   
   on click blank close box e.g {true|false} defualt false
   stopclose
   true
  
 
 
 
  
  Form tags (form) to generate a form tag in the page, the ajax submit data integration methods, 
<br/>all noka the form series labels can be used as a child tag of the tag appears. 
<br/>This from the label when the label configuration noka other form elements, automatic validation submission.
  form
  org.nokatag.tagjava.FormHtml
  JSP
  
   form tag name
   name
   true
  
  
   form tag id
   id
   true
   true
  
  
   can accept attribute specifies the type of files by file upload submission.
   accept
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Element title
   title
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Indicates that the jump path when the form is submitted
   action
   true
  
  
   Said the submission, you can select post and get, to get the default mode.
   method
   true
  
  
   Where the provisions of open action URL
   target
   true
  
  
   Javasctipt method called when Ajax submit data
   subfunction
   true
  
  
   Successful execution of the callback method
   onsuccess
   true
  
  
   Callback method fails to perform when
   onfailure
   true
  
  
   In the method called when submitting data, the method returns true to continue to submit, the method returns false to stop to submit.
   onsubmit
   true
  
  
   The Form label default width
   labeldefaultwidth
   true
  
  
   The Form label default height
   labeldefaultheight
   true
  
  
   The Form input default width
   inputdefaultwidth
   true
  
  
   The Form input default height
   inputdefaultheight
   true
  
   
   The Form stop auto info
   stopinfo
   true
  
   
   The no submit form
   nosubmit
   true
  
  
  	the div form e.g true|false
  	divform
  	true
  
  
  	the alt data form e.g id1,id2
  	altform
  	true
  
 
 
 
  'Tree' to generate a tree menu. The subject of ajax load path: 'ntree[ID].tre', where [ID] for the control of the actual ID.
  tree
  org.noka.tree.TreeAjax
  empty
  
   Id of the control value, can be accessed through the id like ordinary 'input controls' the same access to the inside of the
   id
   true
   true
  
  
   sql statement
   sql
   true
  
  
   Refers to the need to carry a connection parameters, generated by the sql field
   pramevar
   true
  
  
   Specify a global connection url
   url
   true
  
  
   Specify a global connectivity goals
   target
   true
  
  
   
Column format, this function can only be formatted name, title two fields, other custom fields can not be formatted Column format,
<br/>such as the need for the value of a post-column format output, 
<br/>you can write: 'package name'.'class name'.'method name'('java type' 'column name 1') as 'the column name'.
<br/>Multiple columns with | apart.Here's a custom class for the general category.

   formatcell
   true
  
  
   Specify a parent node id, for the beginning of the root node
   spid
   true
  
  
   Node depth preloaded, default load 2
   level
   true
  
  
   Click on the title, the method call
   titleonclick
   true
  
  
   Method (expand or close a node) node calls clicking the icon in front
   nodeonclick
   true
  
  
   
When multiple choice, the option to cascade cascading nodes, optional value {all | next | previous | nomuch},
<br/>all: Select all the cascade, nex: cascading down selection, previous: upward cascade choice, nomuch: cascading multiple-choice non-default radio.
   checktype
   true
  
  
   After clicking the selection box method invocation, only attribute is set to enable checktype
   checkboxonclick
   true
  
  
   Control name
   name
   true
  
  
   The initial value of the control
   value
   true
  
  
   Whether readonly, optional true
   readonly
   true
  
  
   Select the name of the box
   checkname
   true
  
  
   Click the event title node responds, optional values {true | false} defaults to true, indicating that the response
   titlecliek
   true
  
  
   the move node for server function e.g org.noka.tree.TreeMoveNode
   updServerFunction
   true
  
  
   the on move node submit e.g function a(srcNode,traNode),srcNode and traNode e.g {"id": "34", "pid": "19", "name": "打印机", "title": "打印机", "leve": "0_-1_9_19", "ttype": "28"}
   onupdsubmit
   true
  
  
   the on move node update end e.g function a(srcNode,traNode,upmsg),the upmsg is returng json object
   onupdend
   true
  
  
   the load data url
   dataurl
   true
  
 
 
 
  
Drop-down selection box in html tree menu is mainly in the lower box to show the structure of the tree of choice.
<br/>Parent ID value is the root of all the parent ID among the smallest one. 
<br/>You can also specify the parent id attribute by specifying the spid.
<br/>The subject of ajax load path: 'ntree[ID].tre', where [ID] for the control of the actual ID.
  treeselect
  org.noka.tree.TreeAjaxSelect
  empty
  
   Id of the control value, can be accessed through the id like ordinary 'input controls' the same access to the inside of the
   id
   true
   true
  
  
   sql statement
   sql
   true
  
  
   Refers to the need to carry a connection parameters, generated by the sql field
   pramevar
   true
  
  
   Specify a global connection url
   url
   true
  
  
   Specify a global connectivity goals
   target
   true
  
  
   
Column format, this function can only be formatted name, title two fields, other custom fields can not be formatted Column format,
<br/>such as the need for the value of a post-column format output, 
<br/>you can write: 'package name'.'class name'.'method name'('java type' 'column name 1') as 'the column name'.
<br/>Multiple columns with | apart.Here's a custom class for the general category.
   formatcell
   true
  
  
   Specify a parent node id, for the beginning of the root node
   spid
   true
  
  
   Node depth preloaded, default load 2
   level
   true
  
  
   Click on the title, the method call
   titleonclick
   true
  
  
   Method (expand or close a node) node calls clicking the icon in front
   nodeonclick
   true
  
  
   
When multiple choice, the option to cascade cascading nodes, optional value {all | next | previous | nomuch},
<br/>all: Select all the cascade, nex: cascading down selection, previous: upward cascade choice, nomuch: cascading multiple-choice non-default radio.
   checktype
   true
  
  
   After clicking the selection box method invocation, only attribute is set to enable checktype
   checkboxonclick
   true
  
  
   Control name
   name
   true
  
  
   The initial value of the control
   value
   true
  
  
   Width
   width
   true
  
  
   Whether read-only ,option {readonly | no}
   readonly
   true
  
  
   Whether disabled ,option {disabled | no}
   disabled
   true
  
  
   'Checkbox' name
   checkname
   true
  
  
   Whether it can be empty, optional {true | false}
   allownull
   true
  
  
   Click the event title node responds, optional values {true | false} defaults to true, indicating that the response
   titlecliek
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   The Lower  select id.
   lower
   true
  
  
   The long title lve e.g 1  -1:all
   titllev
   true
  
   
   The select body max height
   height
   true
  
   
   The tree data load url
   dataurl
   true
  
 
 
 
  
Drop-down selection box in html tree menu is mainly in the lower box to show the structure of the tree of choice.
<br/>Parent ID value is the root of all the parent ID among the smallest one. 
<br/>You can also specify the parent id attribute by specifying the spid.
<br/>The subject of ajax load path: 'ntree[ID].tre', where [ID] for the control of the actual ID.
  treetranselect
  org.noka.tree.TreeAjaxTranSelect
  empty
  
   Id of the control value, can be accessed through the id like ordinary 'input controls' the same access to the inside of the
   id
   true
   true
  
  
   sql statement
   sql
   true
  
  
   Refers to the need to carry a connection parameters, generated by the sql field
   pramevar
   true
  
  
   Specify a global connection url
   url
   true
  
  
   Specify a global connectivity goals
   target
   true
  
  
   
Column format, this function can only be formatted name, title two fields, other custom fields can not be formatted Column format,
<br/>such as the need for the value of a post-column format output, 
<br/>you can write: 'package name'.'class name'.'method name'('java type' 'column name 1') as 'the column name'.
<br/>Multiple columns with | apart.Here's a custom class for the general category.
   formatcell
   true
  
  
   Specify a parent node id, for the beginning of the root node
   spid
   true
  
  
   Method (expand or close a node) node calls clicking the icon in front
   nodeonclick
   true
  
  
   Control name
   name
   true
  
  
   The initial value of the control
   value
   true
  
  
   Width
   width
   true
  
  
   Whether read-only ,option {readonly | no}
   readonly
   true
  
   
   Whether disabled ,option {disabled | no}
   disabled
   true
  
  
   Whether it can be empty, optional {true | false}
   allownull
   true
  
  
   Click the event title node
   titleonclick
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   The Lower  select id.
   lower
   true
  
  
   The long title lve e.g 1  -1:all
   titllev
   true
  
  
   The select div width
   bwidth
   true
  
  
   The select type optional {true|false}
   checktype
   true
  
  
   The select type optional {true|false}
   checkboxonclick
   true
  
  
   The auto hide select body
   autohide
   true
  
  
   The on close js function e.g function cd(a){return true}
   onclose
   true
  
  
   The on change js function e.g function cd(a){return true}
   onchange
   true
  
  
   The on clear js function e.g function cd(a){return true}
   onclear
   true
  
  
   The tree data load url
   dataurl
   true
  
 
 
 
  
The label printing an input drop-down box on the page. In the entry contents with automatic search function. 
<br/>The subject of ajax load path: 'nselect[ID].select', where [ID] for the control of the actual ID.
  selectinput
  org.noka.select.SelectInput
  empty
  
   Control id
   id
   true
   true
  
  
   Control name
   name
   true
  
  
   Sql statement form control such as: select ttt as value, name as text form table
   sql
   true
  
  
   Width control
   width
   true
  
  
   Incoming json string, generation options column [{value: '1'}, {value: '2'}]
   json
   true
  
  
   High control over this height will show scrollbars
   height
   true
  
  
   When the value is changed, js method calls this method to pass a value
   onchange
   true
  
  
   The initial value of the control
   value
   true
  
  
   Whether read-only ,option {readonly | no}
   readonly
   true
  
  
   Whether disabled ,option {disabled | no}
   disabled
   true
  
  
   Whether it can be empty, optional {true | false}
   allownull
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   the select data load url
   dataurl
   true
  
 
 
 
  
select generate an html select the check box, you can set the read-only attribute and initial value.
<br/>The subject of ajax load path: 'nselect[ID].select', where [ID] for the control of the actual ID.
  select
  org.noka.select.Select
  empty
  
   Control id
   id
   true
   true
  
  
   Control name
   name
   true
  
  
   Sql statement form control such as: select ttt as value, name as text form table
   sql
   true
  
  
   find select item Sql statement form control such as: select ttt as value, name as text form table
   findsql
   true
  
  
   Width control
   width
   true
  
  
   Incoming json string, generate a list of options [{value: '1', text: 'ffff'}, {value: '2', text: 'csss'}]
   json
   true
  
  
   High control over this height will show scrollbars
   height
   true
  
  
   When the value is changed, js method calls this method to pass a javascript objects, including both value and text attributes.
   onchange
   true
  
  
   The initial value of the control
   value
   true
  
  
   Whether read-only ,option {readonly | no}
   readonly
   true
  
  
   Whether disabled ,option {disabled | no}
   disabled
   true
  
  
   Whether it can be empty, optional {true | false}
   allownull
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   The Lower  select id.
   lower
   true
  
  
   The select title
   slang
   true
  
  
   The select div width
   selectwidth
   true
  
  
   The select option width of the selectwidth not null
   optionwidth
   true
  
  
   The select data loda url
   dataurl
   true
  
  
   The select find data load url
   findurl
   true
  
  
 
 
 
  
selectmtlti generate an html in select 'selection box'. You can set the read-only attribute and initial value. 
<br/>The subject of ajax load path: nselect [ID] .select, where [ID] for the control of the actual ID.
  selectmtlti
  org.noka.select.SelectMulti
  empty
  
   Control id
   id
   true
   true
  
  
   Control name
   name
   true
  
  
   Sql statement form control such as: select ttt as value, name as text form table
   sql
   true
  
  
   find select item Sql statement form control such as: select ttt as value, name as text form table
   findsql
   true
  
  
   Control width
   width
   true
  
  
   Incoming json string, generate a list of options [{value: '1', text: 'ffff'}, {value: '2', text: 'csss'}]
   json
   true
  
  
   High control over this height will show scrollbars
   height
   true
  
  
   When the value is changed, js method calls this method to pass a javascript objects, including both value and text attributes.
   onchange
   true
  
  
   The initial value of the control
   value
   true
  
  
   Whether read-only ,option {readonly | no}
   readonly
   true
  
  
   Whether disabled ,option {disabled | no}
   disabled
   true
  
  
   Whether it can be empty, optional {true | false}
   allownull
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   The Select div width
   selectwidth
   true
  
  
   The select option width of the selectwidth not null
   optionwidth
   true
  
   
   The select data load url
   dataurl
   true
  
   
   The select find data url
   findurl
   true
  
 
 
 
  
Custom drop-down selection lists and drop-down box will generate the same control interface,
<br/>the drop-down box which can define their own content,
<br/>its content can be nested noka tag any label can also be customized for any content,
<br/>in the custom which set the value of content by javasctipt method to select the drop-down controls and display name.
  selectustom
  org.noka.select.SelectCustom
  JSP
  
   Id value of the control, display control for id plus '_sinput', as id_sinput
   id
   true
   true
  
  
   control name
   name
   true
  
  
   control width
   width
   true
  
  
   The maximum height of the control's drop-down list
   height
   true
  
  
   control value
   value
   true
  
  
   Text control displays
   text
   true
  
  
   Whether read-only ,option {readonly | no}
   readonly
   true
  
  
   Whether disabled ,option {disabled | no}
   disabled
   true
  
  
   Whether it can be empty, optional {true | false}
   allownull
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
 
 
 
  Pop-up box is set to select the input common input box and pop-up selection screen in one of the input box
  selecbutton
  org.noka.select.SelectButton
  JSP
  
   Id value of the control, display control for id plus '_sinput', as id_sinput
   id
   true
   true
  
  
   control name
   name
   true
  
  
   control width
   width
   true
  
  
   Pop-up box width
   bwidth
   true
  
  
   Pop-up box height
   bheight
   true
  
  
   control value
   value
   true
  
  
   Displays the value of the control
   text
   true
  
  
   Whether read-only ,option {readonly | no}
   readonly
   true
  
  
   Whether disabled ,option {disabled | no}
   disabled
   true
  
  
   Whether it can be empty, optional {true | false}
   allownull
   true
  
  
   Provide a description of the expected value of the input field of the message (hint).
   placeholder
   true
  
  
   Loading type, with nokabox control
   lotype
   true
  
  
   Method is invoked when the pop-up display
   onopen
   true
  
  
   Method call when you close the pop-up box
   onclose
   true
  
 
 
 
  
Meanwhile, the label on compressed javascript content of the page, and re-export of the original position after compression on the inner pages,
<br/>the page can save space, reduce the capacity of the page in order to play the role of confusion javascript code,
<br/>used as follows (label located <script type = "text / javascript"> internally, the label comes with caching feature,
<br/>open the cache after setting the ID attribute, when no ID attribute cache turned off, the ID attribute for the whole page only)
  jszip
  org.nokatag.tagjava.JavaScriptCompressorTag
  JSP
  
   Control id
   id
   true
  
 
 
 
  
Label compressed CSS content of the page, and re-output after compression in the original position on the page,
<br/>the page can save space, reduce the capacity of the page and can play a role in confusing CSS code,
<br/>used as follows (label located <style type = "text / css"> internally, the label comes with caching feature,
<br/>open the cache after setting the ID attribute, when no ID attribute cache turned off, the ID attribute for the whole page only)
  csszip
  org.nokatag.tagjava.CssCompressorTag
  JSP
  
   Control id
   id
   true
  
 
 
 
  form html msg div Location
  forminfo
  org.nokatag.tagjava.FormInfoShow
  empty
 
 
  Mini The prompt message display box<br/> 1. showInfo(msg,autohide)<br/>2. showErro(msg,autohide)<br/> 3. showLoad(autoclose) <br/> 4. closeInfo()
  infobox
  org.nokatag.tagjava.InfoBox
  JSP
  
   The info box id The use of ID can be called directly, exp:ID.showInfo(msg)
   id
   true
   true
  
  
   The Need a bound object IDS exp:id1,id2,id3
   event
   true
  
 
 
  data base table show
  DBDataRow
  org.nokatag.tagjava.DBDataRow
  JSP
  
   the table query sql
   sql
   true
   true
  
  
   The Request var name,the val is list<Map<String,Object>> the map ke is cell name
   val
   true
   true
  
 
 
 
  form layout for row
  frow
  org.nokatag.tagjava.FormRow
  JSP
  
   The Form row div id
   id
   true
  
  
   The Form row div style,exp clear:both;padding-top: 5px;
   style
   true
  
  
   The Form row div class
   classstyle
   true
  
 
 
 
  form layout for cell
  fcell
  org.nokatag.tagjava.FormCell
  JSP
  
   The Form label div id
   labelid
   true
  
  
   The Form input div id
   inputid
   true
  
  
   The Form cell div style,exp float: left;padding-right: 5px;
   style
   true
  
  
   The Form cell div class
   classstyle
   true
  
  
   The Form cell label
   label
   true
  
  
   The Form input cell div style,exp float: left;padding-right: 5px;
   inputStyle
   true
  
  
   The Form input cell div class
   inputclassstyle
   true
  
  
   The label div width
   labelwidth
   true
  
  
   The label div height
   labelheight
   true
  
  
   The input div width
   inputwidth
   true
  
  
   The input div height
   inputheight
   true
  
 
 
 
  The hiddens
  Hiddens
  org.nokatag.tagjava.Hiddens
  JSP
  
   The hiddens id
   id
   true
   true
  
  
   The hiddens json,exp [{id:'',name:'',value:''},{id:'',name:''}] 
   json
   true
   true
  
  
   The hidden to text,exp true or false] 
   isdebug
   true
  
 
 
 
  the Mous Rigth menu
  rightMenu
  org.nokatag.tagjava.MousRightMenu
  JSP
  
   Menu id
   id
   true
   true
  
  
   The Menu Width
   width
   true
  
  
   The Menu Style
   style
   true
  
  
   The Menu class
   classStyle
   true
  
  
   The Menu auto hide
   autohide
   true
  
 
 
 
  the Mous Rigth menu item
  MenuItem
  org.nokatag.tagjava.MousMenuItem
  JSP
  
   The Menu onclick javascript function name,the js exp:function ac(x,y), the x,y
   jsfunction
   true
  
  
   The Menu Style
   style
   true
  
  
   The Menu class
   classStyle
   true
  
 
 
 
  'Tree' to generate a tree menu. The subject of ajax load path: 'ntree[ID].tre', where [ID] for the control of the actual ID.
  AccordionTree
  org.nokatag.tagjava.AccordionTree
  empty
  
   Id of the control value, can be accessed through the id like ordinary 'input controls' the same access to the inside of the
   id
   true
   true
  
  
   sql statement
   sql
   true
   true
  
  
   Refers to the need to carry a connection parameters, generated by the sql field
   pramevar
   true
  
  
   Specify a global connection url
   url
   true
  
  
   Specify a global connectivity goals
   target
   true
  
  
   
Column format, this function can only be formatted name, title two fields, other custom fields can not be formatted Column format,
<br/>such as the need for the value of a post-column format output, 
<br/>you can write: 'package name'.'class name'.'method name'('java type' 'column name 1') as 'the column name'.
<br/>Multiple columns with | apart.Here's a custom class for the general category.

   formatcell
   true
  
  
   Specify a parent node id, for the beginning of the root node
   spid
   true
  
  
   Node depth preloaded, default load 2
   level
   true
  
  
   Click on the title, the method call
   titleonclick
   true
  
  
   Method (expand or close a node) node calls clicking the icon in front
   nodeonclick
   true
  
  
   
When multiple choice, the option to cascade cascading nodes, optional value {all | next | previous | nomuch},
<br/>all: Select all the cascade, nex: cascading down selection, previous: upward cascade choice, nomuch: cascading multiple-choice non-default radio.
   checktype
   true
  
  
   the accordion  title
   name
   true
  
  
   Click the event title node responds, optional values {true | false} defaults to true, indicating that the response
   titlecliek
   true
  
  
   When you click the button the method call
   onclick
   true
  
  
   button img
   img
   true
  
 
 
 
  a link tag for encodeURL of urlrewrite
  a
  org.nokatag.tagjava.ALink
  JSP
  
   Entry box id, with the same attribute html
   id
   true
  
  
   accept attribute can only be used with the type attribute. It provides file types can be submitted through a file upload.
   accept
   true
  
  
   Provisions activation (make the element gets focus) elements shortcuts
   accesskey
   true
  
  
   Provisions with respect to the alignment of the image input to other elements around
   align
   true
  
  
   Provides users with information on alternative due to some reason can not view the image
   alt
   true
  
  
   CSS style properties control the border width of the line objects, colors, dashed, solid lines, etc.
   border
   true
  
  
   Used to refer to a class style of your page
   classstyle
   true
  
  
   Definition (text) of the arrangement
   dir
   true
  
  
   Specifies whether the element is disabled
   disabled
   true
  
  
   Element height
   height
   true
  
  
   Language requirements element content
   lang
   true
  
  
   Events triggered by the loss of focus
   onblur
   true
  
  
   Event occurs when the object is clicked
   onclick
   true
  
  
   Event occurs when an object is double
   ondblclick
   true
  
  
   Event occurs when an object gets focus
   onfocus
   true
  
  
   When you press the F1 key is triggered when the user in a browser window for the current
   onhelp
   true
  
  
   When the user presses a key trigger
   onkeydown
   true
  
  
   When the user presses a key trigger
   onkeyup
   true
  
  
   When the user presses an alphanumeric key trigger
   onkeypress
   true
  
  
   When users click on the object with the mouse button to trigger
   onmousedown
   true
  
  
   When the user moves the mouse over an object triggers
   onmousemove
   true
  
  
   When the user moves the mouse pointer outside the boundaries of the object trigger
   onmouseout
   true
  
  
   When the mouse is over the object when the user releases the mouse button to trigger
   onmouseup
   true
  
  
   Whether readonly, with the HTML tag attributes
   readonly
   true
  
  
   Specifies the width of the input field
   size
   true
  
  
   Specifies the width
   width
   true
  
  
   Element title
   title
   true
  
  
   Specify the order to move the project when you press the Tab key to move from the beginning of the smallest property value
   tabindex
   true
  
  
   Inline styles specified elements
   style
   true
  
  
   Specify Source URL for image field
   href
   true
   true
  
 
 
 
  html to text  sub string
  HtmlSubString
  org.nokatag.tagjava.HtmlSubString
  JSP
  
   The sub lenght
   len
   true
   true
  
  
   format the sub string start
   start
   true
  
  
   format the sub string, eg:%s****.doc
   format
   true
  
 
 
 
  The bver code
  bcode
  org.noka.bver.BverTag
  JSP
  
   The input id
   id
   true
   true
  
  
   The input name
   name
   true
   true
  
  
   The input width
   width
   true
  
  
   The input width
   title
   true
  
  
   The input width
   stitle
   true
  
 
 
 
  The load js and css
  use
  org.nokatag.tagjava.UseJavaScript
  JSP
  
   The js charset
   charset
   true
  
  
   The link rel
   rel
   true
  
 
 
 
  The load js
  script
  org.nokatag.tagjava.Script
  JSP
  
   The script src
   src
   true
   true
  
  
   The script type
   type
   true
  
  
   The link charset e.g utf-8
   charset
   true
  
 
 
 
  The load css
  link
  org.nokatag.tagjava.Link
  JSP
  
   The link href
   href
   true
   true
  
  
   The link type
   type
   true
  
  
   The link rel e.g stylesheet
   rel
   true
  
 
 
 
  The load css
  toptool
  org.nokatag.accordion.TopToolsTag
  JSP
  
   The top tool id
   id
   true
   true
  
  
   The top tool css file e.g  xxx.css
   style
   true
  
  
   The menu left | right
   direction
   true
  
  
   The menu onclick js function
   onclick
   true
  
  
   The save select static {true|false}
   keepstate
   true
  
 
 
 
  The load css
  leftmenu
  org.nokatag.accordion.LeftMenuTag
  JSP
  
   The left menu id
   id
   true
   true
  
  
   The left menu cent id
   cent
   true
  
  
   The left open menu ids,exp:1,2
   open
   true
  
  
   The menu min width
   minwidth
   true
  
  
   The menu max width
   maxwidth
   true
  
  
   The sidebaleft
   sidebaLeft
   true
  
  
   The left menu mode, 1 | 2
   sty
   true
  
  
   The leftmenu css file
   style
   true
  
  
   The leftmenu css file
   keepstate
   true
  
  
   The leftmenu css file
   modechange
   true
  
 
 
 
  The noka tag base js css for prototype.js dhtmlxcommon.js noka-public.css
  base
  org.nokatag.tagjava.BaseJSAndCSS
  JSP
  
  
  
  The shortcut key
  shortcut
  org.nokatag.tagjava.ShortcutkeyTag
  JSP
  
   the shortcut key e.g ctrlKey+13 | 13
   shortcutkey
   true
   true
  
  
   the button id for shortcut button click
   inputid
   true
  
  
   the shortcut for js function e.g xxx
   jsfunction
   true
  
  
  
  
  The shortcut key
  htmlbox
  org.nokatag.tagjava.NHTMLBox
  JSP
  
   the box id
   id
   true
   true
  
  
   the box body width
   width
   true
   true
  
  
   the box body height
   height
   true
   true
  
  
   this box title
   title
   true
  
  
   this close box js function e.g function a(a){}
   onclose
   true
  
  
   this show close button
   closebutton
   true
  
   
   on click blank close box e.g {true|false} default false
   stopclose
   true
  
  
  
  
  The tab menu
  tabmenu
  org.noka.nokatabmenu.NTabMenu
  JSP
  
   this tab menu id
   id
   true
   true
  
  
   the select menus max height
   height
   true
  
  
   the init open menu id
   optab
   true
  
  
   the tab on start for js function name
   onstart
   true
  
  
   the tab on end for js function name
   onend
   true
  
  
  
  
  The tab
  NTab
  org.noka.nokatabmenu.NTab
  JSP
  
   this tab  id
   id
   true
   true
  
   
   the init open  id
   onselect
   true
  
  
   the select menus max height
   height
   true
  
  
   the select menus max height
   width
   true
  
  
   the init open  id
   optab
   true
  
  
  
  
  The tabitem
  NTabItem
  org.noka.nokatabmenu.NTabItem
  JSP
  
   this tab  id
   id
   true
   true
  
  
   the init open  id
   title
   true
  
  
   the init open  id
   open
   true
  
  
   the init open  id
   url
   true
  
  
  
  
  The star
  star
  org.noka.star.NStarTag
  JSP
  
   this star  id
   id
   true
   true
  
  
   the star value
   value
   true
  
  
   the star max value
   maxvalue
   true
  
  
   the star name
   name
   true
  
  
   the star style class
   classstyle
   true
  
  
   the star style
   style
   true
  
  
   the star click
   onclick
   true
  
  
   the star on change
   onchange
   true
  
  
   the star readonly e.g readonly
   readonly
   true
  
  
   the star disabled e.g disabled
   disabled
   true
  
  
  
  
  The switch
  switch
  org.noka.nswitch.NSwitchTag
  JSP
  
   this switch  id
   id
   true
   true
  
  
   the switch value
   value
   true
  
  
   the switch name
   name
   true
  
  
   the switch style class
   classstyle
   true
  
  
   the switch style
   style
   true
  
  
   the switch click
   onclick
   true
  
  
   the switch on change
   onchange
   true
  
  
   the switch readonly e.g readonly
   readonly
   true
  
  
   the switch disabled e.g disabled
   disabled
   true
  
  
   the switch open message
   open
   true
  
  
   the switch off message
   off
   true
  
  
   the switch width
   width
   true
  
  
 
  sp
  
  org.nokatag.elfunction.ELFunction
  java.util.List split(java.lang.String,java.lang.String)
 
 
  sv
  
  org.nokatag.elfunction.ELFunction
  java.util.List spvalue(java.lang.String,java.lang.String,java.lang.Integer)
 
 
  it
  
  org.nokatag.elfunction.ELFunction
  java.lang.Boolean isEmpty(java.lang.String)
 
 
  ag
  
  org.nokatag.elfunction.ELFunction
  java.lang.Long age(java.lang.String)
 
 
  fd
  
  org.nokatag.elfunction.ELFunction
  java.lang.String formatdate(java.util.Date,java.lang.String,java.lang.Boolean)
 
 
  so
  
  org.nokatag.system.Function
  java.util.List StringToObjs(java.lang.String)
 
 
  ifs
  
  org.nokatag.system.Function
  java.lang.String ifs(java.lang.String,java.lang.String)
 
 
  estr
  
  org.nokatag.elfunction.ELFunction
  java.lang.String encryptStr(java.lang.String)
 
 
  dstr
  
  org.nokatag.elfunction.ELFunction
  java.lang.String decryptStr(java.lang.String)
 
 
  a
  
  org.nokatag.elfunction.ELFunction
  java.lang.String ALink(java.lang.String,javax.servlet.jsp.PageContext)
 
 
  r
  
  org.nokatag.elfunction.ELFunction
  java.lang.String rooturl(javax.servlet.http.HttpServletRequest)
 
 
  df
  
  org.nokatag.elfunction.ELFunction
  java.lang.String DecimalFormat(java.lang.Object,java.lang.String)
 





© 2015 - 2025 Weber Informatics LLC | Privacy Policy