diff --git a/examples/lists/cities/css/example.css b/examples/lists/cities/css/example.css index 7d7c509f..60137492 100644 --- a/examples/lists/cities/css/example.css +++ b/examples/lists/cities/css/example.css @@ -21,20 +21,20 @@ box-shadow: 0 0 1px rgb(128, 128, 128); } -.OxTextList .OxItem .OxCell > div.region { +.OxTableList .OxItem .OxCell > div.region { width: 14px; height: 14px; border-radius: 2px; margin-left: -3px; box-shadow: 0 0 2px rgb(128, 128, 128) inset; } -.OxTextList .OxItem .OxCell > img.flag { +.OxTableList .OxItem .OxCell > img.flag { width: 14px; height: 14px; margin: 0 0 0 -3px; border-radius: 2px; } -.OxTextList .OxItem .OxCell > img.capital { +.OxTableList .OxItem .OxCell > img.capital { width: 10px; height: 10px; margin: 2px 0 0 -1px; diff --git a/examples/lists/cities/js/example.js b/examples/lists/cities/js/example.js index 300c67a6..952378b0 100644 --- a/examples/lists/cities/js/example.js +++ b/examples/lists/cities/js/example.js @@ -141,7 +141,7 @@ Ox.load({UI: {showScreen: true}, Geo: {}}, function() { .attr({id: 'toolbar'}) .append($preview) .append($find), - $list = Ox.TextList({ + $list = Ox.TableList({ columns: [ { /* diff --git a/examples/lists/countries/js/example.js b/examples/lists/countries/js/example.js index 1525d814..3059173f 100644 --- a/examples/lists/countries/js/example.js +++ b/examples/lists/countries/js/example.js @@ -309,7 +309,7 @@ Ox.load(['Geo', 'UI'], function() { init: init, select: select }) - : Ox.TextList({ + : Ox.TableList({ columns: columns, columnsMovable: true, columnsRemovable: true, diff --git a/examples/maps/manhattan_grid/js/example.js b/examples/maps/manhattan_grid/js/example.js index 50b0e732..edd8080b 100644 --- a/examples/maps/manhattan_grid/js/example.js +++ b/examples/maps/manhattan_grid/js/example.js @@ -1,8 +1,7 @@ /* -The idea (a slight variation of a proposal by [Harold -Cooper](http://extendny.com/)) is to extend the Manhattan Grid in all -directions, so that every point on Earth can be addressed as "Xth Ave & Yth -St". +The idea (a slight variation of a proposal by Harold Cooper is to extend the Manhattan Grid in all +directions, so that every point on Earth can be addressed as "Xth Ave & Yth St". The origin of this coordinate system is the intersection of Zero Ave (a.k.a. Avenue A) and Zero St (a.k.a. Houston St). Avenues east of Zero Ave, just as diff --git a/source/Ox.Geo/Ox.Geo.js b/source/Ox.Geo/Ox.Geo.js index 02231ef0..9400fb89 100644 --- a/source/Ox.Geo/Ox.Geo.js +++ b/source/Ox.Geo/Ox.Geo.js @@ -9,27 +9,27 @@ Ox.load.Geo = function(options, callback) { /*@ Ox.COUNTRIES <[o]> Array of countries A list of independent or de-facto independent countries and - dependencies since January 1, 1970 (see - Wikipedia), + dependencies since January 1, 1970 (see + Wikipedia), including other entities with - ISO 3166-1 alpha-2 + ISO 3166-1 alpha-2 country codes or country status at - IMDb or - FIFA, + IMDb or + FIFA, grouped by continents and regions (see United Nations). area Area of the country's bounding box in square meters code ISO 3166-1 alpha-2, ISO 3166-2 or ISO 3166-3 country code continent The country's continent - created Present if the country was created since 1970 + created Present if the country was created since 1970 country <[s]> Preceding country or countries created "merged", "renamed" or "split" date Date of creation ("YYYY" or "YYYY-MM-DD") - dependencies <[s]> Array of dependencies of the country - dependency <[s]> Array of countries the country is a dependency of - disputed <[s]> Array of countries the country is disputed by - disputes <[s]> Array of countries the country disputes - dissolved Present if the country was dissolved + dependencies <[s]|u> Array of dependencies of the country + dependency <[s]|u> Array of countries the country is a dependency of + disputed <[s]|u> Array of countries the country is disputed by + disputes <[s]|u> Array of countries the country disputes + dissolved Present if the country was dissolved country <[s]> Succeeding country or countries date Date of dissolution ("YYYY" or "YYYY-MM-DD") dissolved "joined", "merged" or "renamed" @@ -39,10 +39,10 @@ Ox.load.Geo = function(options, callback) { flagURL The country's flag (Wikipedia, SVG) googleName The country's name according to Google Maps imdbName The country's name according to IMDb - independence Present if the country became independent since 1970 + independence Present if the country became independent since 1970 country <[s]> Former country or countries date Date of independence ("YYYY" or "YYYY-MM-DD") - languages <[s]> Array of languages spoken in this country + languages <[s]|u> Array of languages spoken in this country To be precise: languages that are spoken in this country more than in any other, i.e. each language only appears once. This can be used to map languages to flag icons. @@ -52,7 +52,7 @@ Ox.load.Geo = function(options, callback) { north Latitude of the country's northern boundary region The country's region south Latitude of the country's southern boundary - wikipediaName The country's name according to Wikipedia + wikipediaName The country's name according to Wikipedia west Longitude of the country's western boundary