Activedit 4.0 Documentation -- Activedit - Guidelines
- Use an application-relative path in the inc attribute,
such as inc="/activedit/inc/index.html". The path must be translated from any location in the application,
since supporting dialog resources are loaded from the inc directory.
- If the control loads with broken images, then Activedit is not finding your inc directory.
- If you manually submit the form you must call the ae_onSubmit() function before the submit.
- Example:
<a href="javascript:myform.submit();"><img src="/activedit/dotnet/40/docs/control/submit.gif"></a>
becomes
<a href="javascript:ae_onSubmit();myform.submit();"><img src="/activedit/dotnet/40/docs/control/submit.gif"></a>
� Back
Home
Forward �
Copyright � ActivSoftware 1999-2004
http://www.activsoftware.com