|
Search
You searched for the word(s): aspx
Showing page 44 of 918 (9,180 total posts)
< 1 second(s)
-
hi kjell.ed, CuteChat does not support this feature. Below is another way to achieve it. The simple way is copy the content of the chat log page and than paste into CuteEditor, use the create pdf function to save it as pdf file. 1. Copy the content what you want to save in the chat log page 2. Open ...
-
Dear DavidMag,
I tested this scenario on my computer, the steps are as follows:
1. Install Cute Live Support server side and login by http://127.0.0.1:593/login.aspx, I can login successful.
2. Open Cute Live Support operator client, input website url, username, and password:
Website url: ...
-
Hi MarkMyWords, Can you reproduce this issue on our demo http://www.cutesoft.net/example/general.aspx? Do you get the same issue in the example ...
-
hi deepakkumarjoshi, AjaxUploader need to transfer the upload files to the server, so the postback is necessary. If you just want to prevent it, you can try the code below <script>function CuteWebUI_AjaxUploader_OnPostback(){ return false;}</script> If you want to submit the page after all ...
-
Word stores the image in its own file system. As as web solution, we don't have permission to access it directly. So your users cannpt paste any picture from word.
For your situation, I suggest you check the following example:
http://cutesoft.net/example/editor-onpaste.aspx
Maybe you need to consider set EditorOnPaste ...
-
Hi Holt, Please try the example ...
-
Dear shamam3,
Please follow steps;
1. Download integration package, the download url is http://cutesoft.net/downloads/folders/chat_current_releases/entry28676.aspx
2. You need have a member database integration, detailed steps can be found in:
...
-
Dear shamam3,
Please follow steps;
1. Download integration package, the download url is http://cutesoft.net/downloads/folders/chat_current_releases/entry28676.aspx
2. You need have a member database integration, detailed steps can be found in:
...
-
Please open your web.config and add the following into Cute Editor section.
ToggleBorder=''true''
Example code:
<add name=''CEHtmlEditorProvider''
type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider'' ...
-
Dear Roniel,
Allow the user to edit files already added. This is your new requirement. After files are uploaded to your server, you can write code to handle the uploaded files, you can load files to 3rd party tool and edit them. Ajax Uploader is a professional upload tool, it doesn't supply edit functionality. If you want to edit ...
... 44 ...
|
|
|