All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wicketstuff.jquery.resize.ResizeOptions Maven / Gradle / Ivy

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