Package org.apache.ecs.xhtml

Examples of org.apache.ecs.xhtml.a.addElement()


                {
                  //link for column
                  a href = new a("javascript:void(0)");                 
                  href.setID(pde.getColumnName() + "_" + row + "_a");                 
                  td.addElement(href);
                  href.addElement(Util.maskHTML(value));
                  if (cssPrefix != null)
                    href.setClass(cssPrefix + "-href");
                 
                  extension.extendIDColumn(row, td, href, pde);
                                                     
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.