forked from 0x2620/oxjs
TextList -> TableList
This commit is contained in:
parent
7648d2d4ac
commit
bdebb03a45
17 changed files with 101 additions and 104 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
{
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -309,7 +309,7 @@ Ox.load(['Geo', 'UI'], function() {
|
|||
init: init,
|
||||
select: select
|
||||
})
|
||||
: Ox.TextList({
|
||||
: Ox.TableList({
|
||||
columns: columns,
|
||||
columnsMovable: true,
|
||||
columnsRemovable: true,
|
||||
|
|
|
|||
|
|
@ -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 <a href="http://extendny.com/"
|
||||
target="_blank">Harold Cooper</a> 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue