
org.wicketstuff.jquery.resize.ResizeOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jquery Show documentation
Show all versions of jquery Show documentation
JQuery integration for Wicket
The newest version!
package org.wicketstuff.jquery.resize;
import org.wicketstuff.jquery.Options;
/**
*
* @author Edvin Syse
*
*/
public class ResizeOptions extends Options
{
private static final long serialVersionUID = 1L;
public static final String ASPECTRATIO_PRESERVE = "preserve";
public ResizeOptions aspectRatio(String r)
{
set("aspectRatio", r);
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy