gambas-source-code/comp/src/gb.form.editor/test.html

90 lines
1.1 KiB
HTML
Raw Normal View History

[DEVELOPMENT ENVIRONMENT] * NEW: Use the new TextEditor instead of the old Editor control. Consequently, the 'gb.qt4.ext' component is not needed by the IDE anymore. * NEW: Option dialog: Put the fonts options in their own panel. * NEW: Farm client: Add new categories. [GB.FORM] * NEW: Fix some breeze icons. [GB.FORM.EDITOR] * NEW: TextEditor: Development continues... [GB.GTK] * NEW: Font.Modified is a new property that returns if the font has been modified, i.e. if one of its properties has been set. This property can be freely reset. That way, it allows to implement the concept of "default font". * BUG: Remove a GTK+ bug workaround in the Control.Refresh() method. Maybe it is useless now. [GB.GTK3] * NEW: Font.Modified is a new property that returns if the font has been modified, i.e. if one of its properties has been set. This property can be freely reset. That way, it allows to implement the concept of "default font". * BUG: Remove a GTK+ bug workaround in the Control.Refresh() method. Maybe it is useless now. [GB.GUI.BASE] * BUG: GridView: Use the new Font.Modified property so that the initial font of a cell is always the font of the GridView, even if it changed after the cell has been filled. [GB.QT4] * NEW: Font.Modified is a new property that returns if the font has been modified, i.e. if one of its properties has been set. This property can be freely reset. That way, it allows to implement the concept of "default font". [GB.QT5] * NEW: Font.Modified is a new property that returns if the font has been modified, i.e. if one of its properties has been set. This property can be freely reset. That way, it allows to implement the concept of "default font". git-svn-id: svn://localhost/gambas/trunk@7089 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-05-20 00:21:22 +02:00
<<Page>>
<%If Not Request.Exist("show")%>
<style type="text/css" media="print">
body {
background: white;
margin: 0;
padding: 0;
}
@page {
<%_PageLayout%>
}
TR.light:hover {
background: none;
}
TR.dark:hover {
background: #E5EAEE;
}
#print {
display: none;
}
.print {
<%_PrintSize%>
padding: 0;
}
.page {
<%_PageSize%>
padding: 0;
}
.page-break {
page-break-after: always;
}
</style>
<style type="text/css" media="screen">
body {
background: white;
}
@page {
<%_PageLayout%>
}
.print {
<%_PrintSize%>
padding: 0.5cm;
margin: 8px;
margin-top: 40px;
border: solid gray 1px;
box-shadow: 0px 0px 8px #808080;
}
.page {
<%_PageSize%>
padding: 0.5cm;
}
.page-break {
border-top: dotted gray 1px;
margin-left: -0.5cm;
margin-right: -0.5cm;
}
</style>
<button id="print" class="button button-small" style="position:absolute;left:8px;top:8px;" onclick="window.print();">
<%Print Main.Icon("print", 16)%>
Imprimer...
</button>
<div class="print">
<%_Print()%>
</div>
<%Else
_Show()
Endif%>
<</Page>>
?toto
?titi