|
Search
You searched for the word(s):
Showing page 4 of 12 (114 total posts)
< 1 second(s)
-
Dear oslasi,
please try to add the following code above your controller class.
[ValidateInput(false)]
Regard,
Jeff
-
Dear kjell.ek,
1. you need define the toolbar item in the _toolbartemplate.xml, in my code example, you should use insertlinkdialog,
6. use ShowCodeToolbar, ShowPreviewToolbar properties to hide them.
Regards,
Jeff
-
Dear kjell.ek,
For these quetions,
1. These buttons appear / not working? {inserthorizontalrule,Insertwbr} How do i remove the arrow button on {insertlink} (predefined links). Only have insert link ...
-
Dear astearns,
Please paste the test url here, that I can test it.
For point 1. Clear the browser cache and test again.
Point 2. Do you open the text file on server side?
Regards,
Jeff
-
Dear stephanH,
Modify /lang/lang-de.js, /lang/more-de.js
Then make sure your browser's cache is cleared.
Regards,
Jeff
-
For the connectionstring, you need copy my last post to appSettings node of web.config
the C# code to VB is below
For Each lobby As LobbyInfo In ChatApi.GetLobbyInfoArray() Next
Regards,
Jeff
-
I think you can debug these two mehods, you can find which method runs first.
Regards,
Jeff
-
Create a user for LoquitoChat as dbo role in SQL client management tool.
Then modify the web.config
<add key="ConnectionString" value="server=(local);database=LoquitoChat;uid=DBUserName;pwd=DBUserPassword"/>
Regards,
Jeff
-
Dear Armand66,
For your VB2010 project,
1. You need to copy CuteChat.AppCode.dll,CuteChat.dll,CuteChat.lic,CuteMessenger.lic to bin folder,
then copy CuteSoft_Client folder to the root path of your project
2. Create a provider based on your site's membership, details ...
-
Dear Armand66,
Please open CuteSoft_Client\CuteEditor\Configuration\Security folder,
Edit the filenamePattern security of these security file
<security name="filenamePattern">^[a-zA-Z0-9\._\s-\#]+$</security>
Using your own regex for this setting.
For example, set it to ...
... 4 ...
|
|
|