|
Search
You searched for the word(s): form
Showing page 8 of 300 (2,996 total posts)
< 1 second(s)
-
Hi billedouble, Please refer to example page ''form-keepingstate.php'', it shows you how to get the upload file info. Then you can save these info into your database. foreach($files as $mvcfile)
{
echo(''<tr>'');
...
-
Hi, Upload upload the file to the server at background. And returns the GUID as the form data. When you get the GUID , you can use the SET mvcfile=uploader.GetUploadedFile(GUID) to recieve the temp file you can use mvcfile.FileName/FileSize to get the file information and use mvcfile.FilePath to get the temp ...
-
bdimes:
Go to your example on your site.Click on a tag and select propertiesGo to the Style Builder tab in the popupClick on Layout
You'll see that the controls are wrapping because the container is a tiny bit too small. This forces the buttons down off the form.
I changed this line of code in Tag.aspx to fix it:
<div ...
-
Ok you should use:
<input type=''button'' id=''submitbutton'' value=''submit'' onclick=''doStart();''>
for the button, this way it works.
But I have a problem. Now if I don't want to upload picture in a form, the button triggers nothing (I have removed the return false;) because obviously the OnTaskComplete is not triggered.
How ...
-
Hey guys,
I had een trial licence, after receiving a new licence file, and placed, the file upload worked again, except for the fact that the page/form disappears after all files have been uploaded. If I put the old licince file back, i get (offcourse) the error that the trial version has expired. Is there something wrong with the ...
-
HI Guys,
am New to Cute Editor.
I created one CSS Button and placed in the toolbar... When I click that button It opens antoher form with css styles... I have to apply style from this file...So that I wrote the code with window.opener using CSS Class onchange function.. But it is not working...
I used _Format ...
-
Great, thanks.
An additional thought: If, for instance, we add a button form-element (whose id we would control/know) into the editor and a user clicks that button, is there an on-click event-handler anywhere that is executed? If so, can we add our own validation javascript to that event-handler ...
-
The javascript functionality theForm.submit() doesn't work in Netscape and Firefox.
E.g. in your example code, if you create a link on the page to submit the form using the following href: ''BLOCKED SCRIPTdocument.theForm.submit()'' the information entered into the cute edit control does not get submitted to the next )page (if you use a ...
-
How do you, as an editor, adjust the properties of a dropdown box? There doesn't appear to be a way to add values to the dropdown after adding it to your page? For other form elements, if you select it and press the toolbar button again, a properties box pops up. But for the dropbox box and (listbox), pressing the button again ...
-
when we click on insert form icon.. an insert form dialog box appears.. i need to set a default value in form action text box, but no luck..
can you please tell me, how can i set a default value for form action..
i found a file at this path;
CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_form.ascx
and i saw this ...
... 8 ...
|
|
|