what is the use of "row-count" attibute

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
NV
Reply | Threaded
Open this post in threaded view
|

what is the use of "row-count" attibute

NV
Hi,

Anybody have any idea on how to use "row-count" attribute of <form ...> tag as shown below:

<form name="formName" row_count="count">
...
</form>

Thanks in advence
NV

Reply | Threaded
Open this post in threaded view
|

Re: what is the use of "row-count" attibute

Jacopo Cappellato
Hi,

are you trying to manually set the total number of records?
If so, you should use the new attribute override-list-size

Jacopo

NV wrote:

> Hi,
>
> Anybody have any idea on how to use "row-count" attribute of <form ...> tag
> as shown below:
>
> <form name="formName" row_count="count">
> ...
> </form>
>
> Thanks in advence
> NV
>
>

NV
Reply | Threaded
Open this post in threaded view
|

Re: what is the use of "row-count" attibute

NV
Hi Jacopo,

Thanks for your reply.

If possible can you give detailed information on this.

NV

Jacopo Cappellato wrote
Hi,

are you trying to manually set the total number of records?
If so, you should use the new attribute override-list-size

Jacopo

NV wrote:
> Hi,
>
> Anybody have any idea on how to use "row-count" attribute of <form ...> tag
> as shown below:
>
> <form name="formName" row_count="count">
> ...
> </form>
>
> Thanks in advence
> NV
>
>
Reply | Threaded
Open this post in threaded view
|

Re: what is the use of "row-count" attibute

Jacopo Cappellato
It would help a lot if you could explain what you are trying to achieve.

Jacopo



NV wrote:

> Hi Jacopo,
>
> Thanks for your reply.
>
> If possible can you give detailed information on this.
>
> NV
>
>
> Jacopo Cappellato wrote:
>> Hi,
>>
>> are you trying to manually set the total number of records?
>> If so, you should use the new attribute override-list-size
>>
>> Jacopo
>>
>> NV wrote:
>>> Hi,
>>>
>>> Anybody have any idea on how to use "row-count" attribute of <form ...>
>>> tag
>>> as shown below:
>>>
>>> <form name="formName" row_count="count">
>>> ...
>>> </form>
>>>
>>> Thanks in advence
>>> NV
>>>
>>>
>>
>>
>