Added a preview pane in the schema alignment dialog, but it's not hooked up yet.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@94 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
b17f71c8df
commit
0d11e469a6
@ -181,6 +181,8 @@ SchemaAlignmentDialog.prototype._renderBody = function(body) {
|
|||||||
}
|
}
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._previewPane = $('<div></div>').addClass("schema-alignment-dialog-preview").appendTo(body);
|
||||||
};
|
};
|
||||||
|
|
||||||
SchemaAlignmentDialog.prototype.getJSON = function() {
|
SchemaAlignmentDialog.prototype.getJSON = function() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.schema-alignment-dialog-canvas {
|
.schema-alignment-dialog-canvas {
|
||||||
height: 500px;
|
height: 325px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -64,6 +64,14 @@ a.schema-alignment-link-tag:hover {
|
|||||||
color: #88f;
|
color: #88f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.schema-alignment-dialog-preview {
|
||||||
|
height: 200px;
|
||||||
|
overflow: auto;
|
||||||
|
border: 1px solid #aaa;
|
||||||
|
padding: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------
|
/*--------------------------------------------------
|
||||||
* Node dialog
|
* Node dialog
|
||||||
*--------------------------------------------------
|
*--------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user