Custom Tag: cf_loader


Purpose of usage

In listing pages, when the end of the page is scrolled down or by clicking the Show More button, it takes the desired number of records as HTML content from the defined ajax page and adds it to the end of the specified element.


Parameters

Attributes
Clarification
Data
Required
data_type

Used to specify what type of data will be returned from the Ajax operation (HTML) - JSON To Be Inserted

String
H

append_element

It is used to specify which element to write the data returned as a result of the operation (elementid)

String
E

href

Determines from which file the content will be retrieved. The url to request the content is sent

String
E

totalCount

Total number of records in the table

Int
E

startrow

Determines from which line the records will be displayed

Int
E

maxrows

Determines how many records will be listed in the Loader operation

Int
E

win_scroll

It takes 1 or 0. If the content is requested to be loaded as the scroll goes down, 1 is sent, if it is desired to be loaded only by clicking the button at the end of the page, 0 is sent.

Int
H

Example Usage


1-V16/settings/display/stepbystep_imp.cfm

2-V16/forum/display/list_forum.cfm

3-V16/rules/display/list_hr.cfm


Feedback

Did you find this content helpful?