|
Search
You searched for the word(s): dialog
Showing page 45 of 256 (2,552 total posts)
< 1 second(s)
-
I tried all your suggestions again. By setting editor.AllowUpload = false but ''edit'' and ''delete'' icons still shows (and are functioning!) up and I am still not able to navigate down into subfolders. But setting it to editor.AllowUpload = true makes it work when navigating into subfolders.
nisse
-
Hi Adam,
I'm opening the dialog with:
WebControl ctrl = Editor1.CreateCommandButton(''MyButton2'', ''Insert.gif'', ''Insert pic'');
ctrl.Attributes[''onclick''] = ''ShowMyDialog(this)'';
string picDialogScript = ''function ShowMyDialog(button){\n\t//use CuteEditor_GetEditor(elementinsidetheEditor) to get the cute editor ...
-
Adam,
Thank you for your information. One more question about the ASP version.
We are going to use a custom dialog to replace the standard ''Insert Image'' dialog in both ASP and .NET versions. In the .NET version, when I double click an image in the editor, the ''Properties'' window pops up. It is fine, because I can hide the ''Browse'' ...
-
GCS,
>>Is there a property, or method that returns information on which button (''Insert Image'' or ''Insert Flash'') has be clicked to get to the File Dialog page?
There is no such an API avaiable. SqlFileStorage is used by image dialog, flash dialog, medai dialog and file dialog. It doesn't know which button ...
-
I could do that. How do the commands get called via the Editor? I looked at the source and the Page Propety image has a command name....e.g. <img src=''themes..../page.gif.aspx'' Command=''DisplayPageProperties'' />
How does that work?
-
Hi Jen,
Please try the example page below. Does it get the same problem?
<%@ Page Language="C#" %>
...
-
Hi,
You can test my simple test page, which works perfectly, using the URL http://videocentralhd.lgfl.org.uk/uploadtest.aspx.
Unfortunately the complex page requires user authentication and therefore is not avaiable to anyone without a London Grid for Learning username and password. Is there any other information I ...
-
Hi anthonygore,
Do you get the same problem with the example page below?
If yes, can you use echo phpinfo() to output all php settings? So we can check the settings for you.
<?php require_once "phpuploader/include_phpuploader.php" ?> <?php session_start(); ?> ...
-
Adam,
Thanks for responding
.
I can see the ''Select File'' box now, but the only thing is it happens on the second click to the button. (Same behaviour in IE7, Firefox 3.0.4, Safari 3.2.1)
When i click on the first time, I can see that some processing is going on (like an icon appears in the Icon tray bar and disappears very ...
-
Hi,
I have CuteEditor for .NET 5.3 and integrated it into our umbraco installation (win 2003 server, .NET 2.0). I cannot create folders with the editor, thus I can delete them. I changed the AllowCreateFolder property in all three security configs. I checked the folder permissions (networkservice and ASP.NET Account have full control over ...
... 45 ...
|
|
|