public void create(HtmlElement element, SortableCreateOptions options) { }
 /// <summary>
 /// Use Sortable.create('id_of_container',[options]); to create new Sortables.
 /// See Sortable.create. Furthermore, there are special requirements to get sortables to work in FF3 which are also covered in Sortable.create.
 /// </summary>
 /// <param name="id_of_container"></param>
 /// <param name="options"></param>
 /// <returns></returns>
 public static Sortable create(JsString id_of_container, SortableCreateOptions options) { return null; }