link start!

This commit is contained in:
cherubin
2026-03-17 13:31:18 -07:00
commit 08abe87cfb
5910 changed files with 386288 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
#
# Predefined facet keys with their expected value
#
falseText=s
trueText=s
min=f
max=f
precision=i
radix=i
range=E
showDate=b
showTime=b
showSeconds=b
showMilliseconds=b
showTimeZone=b
multiLine=b
fieldWidth=i
allowNull=b
ordRelativize=b
fieldEditor=s
cellEditor=s
units=u
targetType=s
realms=s
showUnits=b
showSeparators=b
forceSign=b
maxOverrideDuration=r
+33
View File
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<bajaObjectGraph version="1.0">
<p m="b=baja" t="b:UnrestrictedFolder">
<!-- /Folder -->
<p n="Folder" t="b:Folder">
</p>
<!-- /IconFolder -->
<p n="IconFolder" t="b:Folder">
<p n="icon" t="b:Icon" v="module://icons/x16/page.png"/>
</p>
<!-- /TextBlock -->
<p n="TextBlock" t="b:WsTextBlock"/>
<!-- /Control -->
<p n="sep" m="ui=bajaui" t="ui:Separator"/>
<!-- /Control/BooleanWritable -->
<p n="BooleanWritable" m="c=control" t="c:BooleanWritable"/>
<!-- /Control/NumericWritable -->
<p n="NumericWritable" t="c:NumericWritable"/>
<!-- /Control/EnumWritable -->
<p n="EnumWritable" t="c:EnumWritable"/>
<!-- /Control/StringWritable -->
<p n="StringWritable" t="c:StringWritable"/>
</p>
</bajaObjectGraph>
BIN
View File
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<bajaObjectGraph version="1.0">
<p m="b=baja" t="b:Folder">
</p>
</bajaObjectGraph>
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
package x;
import java.util.*;
/**
*
*/
public class X
{
}
+14
View File
@@ -0,0 +1,14 @@
<px version='1.0'>
<import>
<module name='gx'/>
<module name='bajaui'/>
<module name='mobile'/>
</import>
<content>
<BasicMobilePane />
</content>
</px>
+8
View File
@@ -0,0 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<nav version='1.0'>
<node name='Home' ord='station:|slot:/' icon='module://icons/x16/home.png'>
</node>
</nav>
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<bajaObjectGraph version="1.0">
<p m="b=baja" t="b:Folder">
</p>
</bajaObjectGraph>
+15
View File
@@ -0,0 +1,15 @@
<px version='1.0'>
<import>
<module name='gx'/>
<module name='bajaui'/>
</import>
<content>
<ScrollPane>
<CanvasPane name='content' viewSize='500,400'/>
</ScrollPane>
</content>
</px>
+14
View File
@@ -0,0 +1,14 @@
<px version='1.0'>
<import>
<module name='gx'/>
<module name='bajaui'/>
<module name='report'/>
</import>
<content>
<ReportPane />
</content>
</px>
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.