Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

cfgrid flash issue

$
0
0

So, have this cfgrid which pulls data from few queries to pull and show data in cfgrid but in adobe flash format, and now i like to do in html format, rather than using flash.

 

<cfgrid name="Ladder_grid" height="200" width="900" align="LEFT" autoWidth="yes"    query="lastrun_q"    insert="No" delete="No" sort="Yes" fontsize="14"    bold="No" italic="No" appendkey="Yes"    griddataalign="LEFT" gridlines="Yes"    rowheaders="Yes" rowheaderalign="LEFT" rowheaderitalic="No" rowheaderbold="No"    colheaders="Yes" colheaderalign="CENTER" colheaderfont="Arial" colheaderfontsize="12"    colheaderitalic="No" colheaderbold="Yes"    selectmode="Row" picturebar="Yes"    format="flash" >    <cfgridcolumn name = "EmpID" Header="Key ID" dataAlign = "LEFT" bold = "No" italic = "No" select = "No" display = "Yes" headerBold = "Yes" headerItalic = "No" width = "50">    <cfgridcolumn name = "List" dataAlign = "LEFT" bold = "No" italic = "No" select = "No" display = "Yes" headerBold = "Yes" headerItalic = "No" width = "75">    <cfgridcolumn name = "NewDate" Header="Status Date mdy" dataAlign = "LEFT" bold = "No" italic = "No" select = "No" display = "Yes" headerBold = "Yes" headerItalic = "No" width = "75">    <cfgridcolumn name = "PaperID" display = "No">    <cfgridcolumn name = "EmpName" display = "No">    <cfgridcolumn name = "Owner" display = "No">    <cfgridcolumn name = "Revision" display = "No">    <cfgridcolumn name = "queque" display = "No"></CFGRID><script type="text/javascript">
document.getElementById("StepsIn1Setup_grid").setAttribute("type", "application/x-shockwave-flash");</script>

 

when i run the above, the data grid shows up but when i rightclick on the grid, I get the Adobe flash context menu.

But when i change the format="flash" from line 10 above to "html" and run the above code, i dont see adobe flash context menu etc.


Am i doing that correctly? or is there any other way for me to change from flash to html grid?

thank you


Viewing all articles
Browse latest Browse all 5794

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>