com.acesoft.aceoffix
Class AceoffixLink
java.lang.Object
com.acesoft.aceoffix.AceoffixLink
public class AceoffixLink
- extends java.lang.Object
AceoffixLink is an important class. It is used to open an IE(Internet Explorer) window which can show the web page with Aceoffix control.
- Version:
- 5.0
- Author:
- Acesoft Corporation
Method Summary |
static java.lang.String |
openWindow(HttpServletRequest request,
java.lang.String URL,
java.lang.String Options)
The static method. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
openWindow
public static java.lang.String openWindow(HttpServletRequest request,
java.lang.String URL,
java.lang.String Options)
throws java.lang.Exception,
java.io.IOException
- The static method. It is used to open an IE(Internet Explorer) window which can show the web page with Aceoffix control. This is a recommended solution which can perfectly solve the cross-browser compatibility problem.
By this method, Aceoffix can perfectly support all the popular browsers, such as Internet Explorer, Edge, Chrome, Firefox, Opera, Safari (on windows) and etc..
- Parameters:
request
- The built-in request object from JSP page.URL
- The URL is the page where you want to embed Aceoffix control. It is the same usage as the href of A tag in HTML code.Options
- Set the attributes of popped-up IE window. For example: AceoffixLink.openWindow("word/editword.jsp","width=1050px;height=800px;").
- Returns:
- Returns the link string.
- Throws:
java.lang.Exception
java.io.IOException