Searched refs:scrolling (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLFrameElement.java95 * scrolling attribute definition in HTML 4.0.
98 public void setScrolling(String scrolling); argument
H A DHTMLIFrameElement.java102 * scrolling attribute definition in HTML 4.0.
105 public void setScrolling(String scrolling); argument
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFrameView.java39 * <FRAME> tag. Supports the frameborder, scrolling,
218 * the scrolling attribute. If not defined, the default is "auto" which
223 String scrolling = (String)attributes.getAttribute(HTML.Attribute.SCROLLING);
224 if (scrolling == null) {
225 scrolling = "auto";
228 if (!scrolling.equals("no")) {
229 if (scrolling.equals("yes")) {
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTree.java253 * @param scrolling specifies whether to display scrollbars in the frame
256 public static HtmlTree FRAME(String src, String name, String title, String scrolling) { argument
261 if (scrolling != null)
262 htmltree.addAttr(HtmlAttr.SCROLLING, scrolling);
/openjdk7/make/scripts/
H A Dwebrev.ksh538 <frame src="$TNAME.lhs.html" scrolling="auto" name="lhs" />
539 <frame src="$TNAME.rhs.html" scrolling="auto" name="rhs" />
541 <frame src="$RTOP/ancnav.html" scrolling="no" marginwidth="0"
726 var scrolling=0;
796 if (scrolling==1) {
798 scrolling=0;
804 scrolling=1;

Completed in 49 milliseconds