Below is a trivial patch to set the folder attribute on an Anchor tag.
This attribute is used with style sheets and the webdav protocol to view
web folders.
Dan Diephouse
--begin patch--
*** A.java Mon Jan 12 02:59:55 1970
--- A.java.bak Thu Jun 22 13:49:54 2000
***************
*** 210,215 ****
--- 210,225 ----
setLang(lang);
addElement(value);
}
+
+ /**
+ Sets the FOLDER="" attribute
+ @param folder the FOLDER="" attribute
+ */
+ public A setFolder(String folder)
+ {
+ addAttribute("folder",folder);
+ return this;
+ }
/**
Sets the HREF="" attribute
--end patch--
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]