Ecside Label Attribute Description

Source: Internet
Author: User
Tags extend

Attributes that are no longer supported in the original EC: ImagePath showpagination Form This must be a problem, but it provides another way to indirectly implement the required functionality.   
The original purpose of the form property is to allow you to include ectable in an existing form.   
But now the idea is that you need to add the information that already exists in the form to the Ectable form. (using <ec:extend location= "top/bottom>....</ec:extend>") This may seem overbearing, but there is no way, and many places now require that,   
Because ecside the resulting form is relatively complex.   
However, my general advice is not to mix ec:table with many other ectable-independent forms.  
 
 
You can use more than one form in a single page.
 
<ec:table> Label Properties Description Properties: TableId Description: Sets the unique identification of the list, the default is "EC", when there are multiple ecside lists in a page, you must specify a different tableId for each list. Properties: Theme Description: Sets the theme used for the style of the list.
 
Default is Ecside. Properties: Generatescript Description: Whether the JS script required for Ecside is automatically generated. Optional True/false (default: True) Property: Useajax Description: Whether to use Ajax technology for paging, filtering, sorting, and so on. Optional True/false (default: True) Property: Dopreload Description: Whether to use pre-read technology. Optional True/false (default: True) Property: Classic Description: Whether to use a traditional simple list. Optional True/false (default: False) Property: Autoincludeparameters Description: Whether to turn on the auto-retention feature. The form fields for the current page are preserved as hidden input (passed to the new page) when the paging filter is sorted. Optional True/false (default: TRUE) for more information on this item, see the original EC Manual properties: Includeparameters Description: When automatic retention is turned off, the form fields that you want to be automatically retained will be labeled to support multiple, ", "split attribute: Excludeparameters Description: When you turn on automatic retention, you want to not be automatically retained in the form field of the label, support multiple, with", "segmentation supplement: If you understand the usefulness of autoincludeparameters, it is not difficult to understand the above two Note: Excludeparameters has a higher priority than includeparameters, i.e. excludeparameters= "a" includeparameters = "A" A will still be excluded from the recommendation to use as much as possible
Excludeparameters do not use includeparameters unless you are very clear about what you want to include.
 
Improper use of includeparameters will make you forget to include something that must be included. 
Excludeparameters= "Form property name 1, form property name 2" (form property name cannot contain half-width comma) includeparameters= "form property name 3, form property name 4" Property: Toolbarcontent Description: 
Sets the contents of the toolbar to display, and the position of each element before and after. The default state is Toolbarcontent= "Navigation|pagejump |pagesize|refresh Save Add Del|export|extend|status" Example toolbarContent= "
Pagejump|navigation|export|extend|status "The toolbar will not display the page row number adjustment box and Refresh Save Add/Delete button" at the same time the order will also change with the default navigation navigation bar Pagejump page Jump
PageSize page rows Set Refresh refresh current page Save list record add add record del Delete record Export export button area extend custom extension status data Information area properties: toolbarlocation Description: Sets the location of the toolbar to display (above or below the list).
 
Optional Top/bottom/none, default top.
 
Properties: Paginationlocation Description: Same as toolbarlocation. Properties: Rowsdisplayed Description: Sets the default number of record bars per page display.
Properties: Pagesizelist Description: Sets the candidate values in the Drop-down box that adjusts the number of records per page.
For example: pagesizelist= "10,20,50,100,1000,2000,all" all of them to add all the display functionality. Example pagesizelist= "10,20,50" This time list will show only 10 20 50 options Max: Digital features: pagesizelist= "Max:200,10,15,30,50,100,all" if 10--100 and Al
L, one item larger than Max 200 is not shown in the list.
 
You can also use the pagesizelist= "max:200" at this time with the default setting and Max limit. Properties: Nearpagenum Description: Set the Before and after interval range properties for adjacent pager: maxrowsexported Description: Set the maximum number of record bars allowed for export and print operations properties: Resizecolwidth Description: Whether to allow the adjustment The entire column is wide.
 
Optional True/false (default: True) Property: Mincolwidth Description: Sets the minimum width properties allowed for any column when resizing the column: Height Description: Sets the level of the list. Properties: MinHeight Description: Set the minimum height of a list attribute: Xlsfilename Description: Sets the filename of the file to export XLS. Do not allow to export XLS file properties when not specified: Pdffilename Description: Sets the file name for the exported PDF. Do not allow export of PDF file properties when not specified: Csvfilename Description: Sets the filename of the file that exported CSV. Do not allow export of CSV file properties when specified: Showprint Description: Whether to display the Print button.
 
True/false. Properties: Action Description: The action attribute to be submitted when a list performs a paging filter sort, and so on: Insertaction Description: The action attribute to be submitted when inserting data when editing a list: Updateaction description: When you edit a list, update the action attribute to be submitted for the data: Deleteaction Description: The action attribute to be submitted when you edit the list, delete the data: ShadowrowAction Description: The action attribute to commit when displaying the Shadowrow: Editable description: Whether to open the editable list feature.
 
 
Properties: Sortable Description: Whether to allow the list to be sorted by column attribute: filterable Description: Whether to turn on filtering function.
 
Properties: Title Description: Sets the caption for the list, which appears above the list.
 
Properties: Showtitle Description: Displays the title of the list.
 
Properties: Style Description: Sets the style of the table in the list, equivalent to the style in HTML.
 
Properties: StyleClass Description: Sets the table's style class in the list, which is equivalent to the class in HTML.
 
Properties: Items Description: Sets the name attribute used when the collection of data corresponding to presentation is stored in memory: VAR description: Sets the name of the variable that refers to the bean for the current record in the data iteration. Properties: Locale Description: Sets localized information for the list.
 
For example, FR_FR will make the list appear in French (provided the related resource file is properly supplied).
Properties: Interceptor Description: Custom list Interceptor. Value is the implementation of the corresponding interceptor. This interceptor can be used to add or modify property properties for a list: Retrieverowscallback Description: Specifies the paging mechanism used by the list. The value can be a custom complete callback class name, or it can be a short property specified in a properties file: filt Errowscallback Description: Specifies the filtering mechanism used by the list. The value can be a custom complete callback class name, or a short attribute specified in a properties file: Sortrowscallback Description: Specifies the sorting mechanism used by the list
 
The value can be a custom complete callback class name, or it can be specified in a properties file. See the Rowscallback mechanism for the Ecside list document for the use of the above three properties. Attributes: Width Description: Specifies the breadth of the list. Equivalent to <table> Width property: ListWidth Description: Specify the location of pagination bar. AccePTable values are up or down. Properties: Listheight Description: Specify the location of pagination bar.
 
Acceptable values are up or down.
Properties: Height Description: Specifies the heights of the list. The Height property of the <table>. When the value is "Auto", the list level is automatically adjusted with the list contents.
 
Valid only in non-Classic mode. Properties: Excludetool Description: Specify whether or not to show the rows displayed bar.
 
Acceptable values are "true" or "false".
 
Properties: Showheader Description: Whether to display the list header.
 
<ec:row> Tag Properties: RowId Description: The ID of the row of the list, corresponding to the <tr> id attribute.
 
Properties: Recordkey Description: The unique primary key value of the record for the row, mainly for the gird of the list: Highlightrow Description: The line changes color when the mouse passes over a row.
 
Properties: Selectlightrow Description: When the mouse clicks on a row, whether the line changes color.
Properties: Interceptor Description: Custom row Interceptor. Value is the implementation of the corresponding interceptor. This interceptor can be used to add or modify the property properties of a row: OnDblClick Description: Defines a mouse double-click event. Equivalent to <tr> ondblclick Event properties: OnClick Description: Defines a mouse click event. The equivalent of <tr> OnClick Event Properties: onmouseout Description: Defines the onmouseout event for the mouse. Equivalent to <tr> onmouseout event properties: onmouseover Description: Defines a mouse onmouseover event
 
. Equivalent to <tr> onmouseover Event properties: Style Description: equivalent to <tr> style.
 
Attributes: StyleClass Description: Equivalent to <tr> class. <ec:eThe specific content of the Xtend> label can be any legitimate HTML code attribute: Location Description: Where to add extension content.  Top: Above the list (outside the list) bottom: Below the list (outside the list) leave blank: The Extend Extension <ec:extendrow> label extension line for the toolbar. The specific content can be any legitimate <tr> related HTML code 
Properties: Location Description: Where to add extension content. Bottom: The bottom of the list, and the body of the list content is left blank in a <table>: ibid. <ec:column> Tags [code] properties: ColumnId Description: Cell ID, equivalent to <td> ID
 
Property Properties: Title Description: The name that the column displays in the header of the list table.
 
Properties: Property Description: Specifies the attribute (key) of the list bean (map) for which the column corresponds.
 
Properties: Alias Description: The name of the column.
 
 
Properties: Value Description: The values of the columns. The property of the list bean (map) that defaults to the current line of business. Properties: viewsAllowed Description: Specifies that the current column will be displayed in those views, Optional: HTML xls CSV PDF print corresponds to page presentation, export, print properties: viewsdenied Description: Specifies that the current column will be 
Hidden, Optional: HTML xls CSV PDF print corresponds to page presentation, export, print properties: Tiptitle Description: Cell hint, equivalent to <td> Title Property attribute: Group description: Whether the current column is grouped.
 
 
True/false.
 
Properties: Resizecolwidth Description: Allows you to adjust the column width of the column table to classic invalid properties: MinWidth Description: The minimum width, in pixels, allowed for the column when the column width is allowed to be resized.
 
Properties: Sortable Description: Whether the column is allowed to be sorted.
 
 
Properties: Filterable Description: Allows filtering operations on this column.
 
Properties: Editable Description: Whether the cell allows editing.Properties: Cellvalue Description: The corresponding value of the cell, see the "Ecside Editable list Use Guide" property: Edittemplate Description: The template name to use when editing, see the "Ecside Editable list Usage Guide" property: Edit Event Description: Enter the edit turntable used by the page events, the default is double click, see "Ecside Editable List Use Guide" property: Mappingitem Description: Implements the value of the cell, and the mapping of the displayed content. Mappingitem value is the MA used for mapping
The name attribute that P holds in memory: Calc Description: Specifies the statistical method used for the column. The value can be a custom complete calc class name, or it can be specified in the properties file for short, multiple between "," split.
 
 
There are two kinds of total (sum) and average (average) of the band statistics.
 
 
Properties: Calctitle Description: Specifies the statistical names of the statistics used by the column, such as totals, averages, and so on. Multiple partitions with ",". Properties: Calcspan Description: The number of columns occupied by the statistical name cell of the statistic row. Equivalent to <td> colspan property: Cell Description: Specifies the implementation class of the cell used by the column in the list. The value can be a custom complete cell class name, or
In the properties file is specified in the Short property: Interceptor Description: Custom column Interceptor. Value is the implementation of the corresponding interceptor.
 
 
This interceptor can be used to add or modify property properties for a column: Escapeautoformat description: No automatic format conversion. Properties: Format Description: The format to use for the cell.
 
 
For instance if used with a date cell then the format can is mm/dd/yyyy. Attribute: Parse Description: Used If the format needs to is interpreted.
 
 
For instance, a date needs to is parsed in the specific format, such as MM-DD-YYYY. 
Properties: OnDblClick Description:Defines a mouse double-click event. Equivalent to <td> ondblclick Event properties: OnClick Description: Defines a click event for the mouse. OnClick Event properties equivalent to <td>: onmouseout Description: Definition mouse The onmouseout event. Equivalent to <td> onmouseout event properties: onmouseover Description: Defines the onmouseover event for the mouse. onmouseover Event Properties equivalent to <td>:
 
 
Style Description: Equivalent to <td> style.
 
 
Attributes: StyleClass Description: Equivalent to <td> class. Attributes: Width Description: Sets the widths of the columns. Equivalent to <td> Width property: nowrap Description: Sets the width of the column. <td> nowrap properties <ec:parameter> for list Add a property to the form you are in. Properties are added to the form in the form of <input Type=hidden name= value=>: Name Description: Property's first attribute: Value Description: Property values <ec:a
The ttribute> tag adds extended attributes to its outer label.
The design idea of the label comes from the <xls:attribute> label in Xlst.
 
Look at the <xls:attribute> tags. descriptions and examples can help you understand the option items <ec:attribute> <ec:options> help generate <select>.
 Properties: Items Set the name attribute to be used when a map to be converted to option items is stored in memory: Defaultkey default option properties: Tagattributes Other Extended HTML tags


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.