I have two custom types each with it's own admin page which uses formtools

In IE, one comes up stright away with the table header and data.
The other, I have to click the set link and then it does some animation to
some the table.

In Firefox, both display straight away

Any clues what I should be looking at?



<cfimport taglib="/farcry/core/tags/formtools" prefix="ft" />
<cfimport taglib="/farcry/core/tags/admin/" prefix="admin" />

<!--- Override the client side validation for the filter fields. --->
<cfset stFilterMetaData = StructNew() />
<cfset stFilterMetaData.username.ftValidation = "" />


<!--- set up page header --->
<admin:header title="Client" />

<ft:objectAdmin
    title="Client"
    typename="pslClient"

ColumnList="label,username,associatedMaster,primaryaccount,createdby,datetimelastupdated"
    SortableColumns="username,associatedMaster,primaryaccount"
    plugin="pslClient"
    lFilterFields="username,associatedMaster,primaryaccount"
    stFilterMetaData="#stFilterMetaData#"
    sqlorderby="username"
/>

<admin:footer />

-- 
AJ Mercer
Web Log: http://webonix.net

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to