![]() |
Admin 4/27/2010 |
Will post a tutorial on this tomorrow. |
![]() |
Admin 4/28/2010 |
Here are instructions
Images.Add "component", "Auto"
Images.Add "component", "shotgraph.image"
ResponseWrite "CKEDITOR.replace( '"&CSmartStr(cfield)&"',{width:'" & nWidth & "', height:'" & nHeight & "'} );" & vbcrlf
ResponseWrite "CKEDITOR.replace( '"&CSmartStr(cfield)&"',{width:'" & nWidth & "', height:'" & nHeight & "',filebrowserBrowseUrl:'plugins/ckfinder/ckfinder.html',filebrowserImageBrowseUrl:'plugins/ckfinder/ckfinder.html?type=Images',filebrowserFlashBrowseUrl:'plugins/ckfinder/ckfinder.html?type=Flash',filebrowserUploadUrl:'plugins/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Files',filebrowserImageUploadUrl:'plugins/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Images',filebrowserFlashUploadUrl:'plugins/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Flash'});" & vbcrlf
##if @BUILDER.m_strRTEType==RTE_CK##
##if @BUILDER.m_strRTEType==RTE_CK##
|