|
Search
You searched for the word(s): use <p>
Showing page 262 of 864 (8,631 total posts)
< 1 second(s)
-
Hsq,
No, I don't think you can upload the files to two diffent servers at the same time.
I suggest you use the FTP to send the files to the other server. Below is the code I used before to FTP the files in the fly.
<%
Public Function FTP(file_tobe_FTP)
Dim Output, ReturnCode, StrScript
StrHost = ...
-
I want to replace the URL textbox with a dropdownlist that is populated from a database. I can get the code to work, but then the dialog title, labels and buttons have no text value because the reference to the CuteEditor.Include.insert_link class has been broken.
I have tried everything I can think of to get it to work, even going as far ...
-
excellent....... see thing is.. my site isn't full of the most internet savy people.. they are car people :)
My setup code for ''forum use'', the ''.Template'' addition was an excellenet excellent addition to this editor.. makes it that much better
Private Sub SetUpEditBox()
Dim strTemp ...
-
I am trying to use the external image button, but when specified in the template it does not appear. It only shows when using an autoconfigure statement. Even in your customize the appearance example, you have it listed in the code:
<CE:Editor Visible=''False'' id=''Editor1'' ShowBottomBar=''false'' Height=''180'' ...
-
''The <p> insert on enter is common to all html wysiwyg editors''
i am aware of that, but this WYSIWYG editor box that i am typing this very second to make this reply in doesn't insert a <p></p> tags, its doing a break tag, i can tell because its doing the same thing as hitting Control-Enter..... editors such as ...
-
Andrew,
You can make use the Code Snippet DropDown Menu to achieve this.
You transfer all your template pages to HTML code.
When your clients select any item using the Code Snippet DropDown Menu, the HTML code of the template is sent to the editor.
Another solution is to create a custom button. When your ...
-
I will think about that.
The way it works now is :
When the Editor class initializes, I check the Template property is empty or not.
If empty, Editor will create the ToolBars based on several predefined sets of buttons (Check AutoConfigure property).
If not empty, Editor will create the ToolBars based on template ...
-
Hi,
By default, it will use your system temp folder "C:\Windows\Temp". You can set property "TempDirectory" to change the temp folder for the uploader controk, more detail please refer to http://www.ajaxuploader.com/document/scr/html/BeforeYouBegin.htm
Regards,
Ken
-
Hi phineas99, Please download the ChatAndMessengerForSharePoint.dll by the link below. You can find the whole project of this dll file in the download package. Build it on your end or use the file below. http://www.cutesoft.net/uploads/Users/Terry/ChatAndMessengerForSharePoint.zip Regards, Ken
-
Ajax Uploader doesn’t use TCP/IP.
To fix this issue, please make sure you are using the latest build of ajax uploader. http://ajaxuploader.com/download/Ajax-Uploader.zip
Then create a temp file location, http://ajaxuploader.com/document/index.htm#page=BeforeYouBegin.htm
Keep me posted
... 262 ...
|
|
|