This is a migrated thread and some comments may be shown as answers.

Custom Dialog - Severside Values

1 Answer 48 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 16 Oct 2008, 02:26 PM

I have a custom dialog to upload any type of video and convert it to a .fla and insert it into the RadEditor. I have all the code completed and everything works fine to a point.

I think this is an easy one.

After the video is converted and saved I set a hiddenfield with the path and video name. When i try to set - closeArgument.videopath to the hiddenfield it is nothing.

I checked and the hiddenfield is being set. Why cant I get the value of the hiddenfield that was set serverside?

 

closeArgument.videopath = document.getElementById(

"savefolder").value;

Thanks for your help

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 17 Oct 2008, 01:24 PM
Hi Michele,

Since you are the first to report this behavior, could you please, send us a sample fully working project that demonstrates the problem? We will examine your code and once we reproduce the problem we will do our best to help.

You can also see the following help article Add Custom Dialogs, which provides guidance how to create custom dialogs and pass arguments from the editor to the dialog and vice versa.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Michele
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or