Ashwani Singh
2014-02-12 14:22:40 UTC
Hi Justin,
In farcry\core\tags\formtools\objectadmin.cfm
I passed attributes.bPaginateTop=1, still I can't see pagination on
top as *top="false"
*hardcoded can you please look into?
<skin:pagination
paginationID="#attributes.typename#"
qRecordSet="#stRecordset.q#"
typename="#attributes.typename#"
totalRecords="#stRecordset.countAll#"
currentPage="#stRecordset.currentPage#"
Step="1"
pageLinks="#attributes.numPageDisplay#"
recordsPerPage="#stRecordset.recordsPerPage#"
submissionType="form"
oddRowClass="alt"
evenRowClass=""
r_stObject="st"
*top="false"*
bDisplayTotalRecords="#attributes.bDisplayTotalRecords#">
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
In farcry\core\tags\formtools\objectadmin.cfm
I passed attributes.bPaginateTop=1, still I can't see pagination on
top as *top="false"
*hardcoded can you please look into?
<skin:pagination
paginationID="#attributes.typename#"
qRecordSet="#stRecordset.q#"
typename="#attributes.typename#"
totalRecords="#stRecordset.countAll#"
currentPage="#stRecordset.currentPage#"
Step="1"
pageLinks="#attributes.numPageDisplay#"
recordsPerPage="#stRecordset.recordsPerPage#"
submissionType="form"
oddRowClass="alt"
evenRowClass=""
r_stObject="st"
*top="false"*
bDisplayTotalRecords="#attributes.bDisplayTotalRecords#">
Hi Justin,
Working fine now thx.
--Working fine now thx.
Thanks, I've pushed a fix for this to trunk. Please let me know if you
still have any issues :)
cheers,
Justin
--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter
You received this message cos you are subscribed to "farcry-dev" Google
group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
still have any issues :)
cheers,
Justin
--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter
Hi Justin,
I found issue for multilingual text when navigation refresh in Ajax
mode .
For example this is my local url
http://localhost/webtop/index.cfm?typename=dmNavigation&objectid=E689D721-B6C9-605B-DE1D813E4CDA3339&view=webtopTreeChildRows
&ajaxmode=1&responsetype=json&relativenlevel=0&bReloadBranch=true&
bLoadRoot=true&bLoadCollapsed=false&
bLoadLeafNodes=true&bRenderTreeOnly=false&expandTo=
I think this code need to change ?
farcry\core\webskin\dmNavigation\webtopTreeChildRows.cfm
Line no 386
<cfcontent reset="true" type="application/json">
Replace with
<cfcontent reset="true" type="application/json *charset=utf-8*">
--I found issue for multilingual text when navigation refresh in Ajax
mode .
For example this is my local url
http://localhost/webtop/index.cfm?typename=dmNavigation&objectid=E689D721-B6C9-605B-DE1D813E4CDA3339&view=webtopTreeChildRows
&ajaxmode=1&responsetype=json&relativenlevel=0&bReloadBranch=true&
bLoadRoot=true&bLoadCollapsed=false&
bLoadLeafNodes=true&bRenderTreeOnly=false&expandTo=
I think this code need to change ?
farcry\core\webskin\dmNavigation\webtopTreeChildRows.cfm
Line no 386
<cfcontent reset="true" type="application/json">
Replace with
<cfcontent reset="true" type="application/json *charset=utf-8*">
You received this message cos you are subscribed to "farcry-dev" Google
group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.