Skip to content

Commit e088a87

Browse files
committed
added SDK setting file to gitignore, removed comments from package.xml
1 parent 6b7091a commit e088a87

4 files changed

Lines changed: 1 addition & 31 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ test/.project
55
*.launch
66
*.tmp
77
*.lock
8-
test/zip Progress Bar.bat
98
.idea/
9+
*.mws

src/LoginForm/LoginForm.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636
<category>Display</category>
3737
<description>Text to display in progress bar</description>
3838
</property>
39-
<!--<property key="checktext" type="string" required="false">
40-
<caption>Automatically signin checkbox text</caption>
41-
<category>Appearance</category>
42-
<description>Text to show next to the 'automatically signin' checkbox</description>
43-
</property>-->
4439
<property key="emptytext" type="string" required="false" defaultValue="No username or password given">
4540
<caption>Emtpy username or password text</caption>
4641
<category>Display</category>
@@ -56,16 +51,6 @@
5651
<category>Behavior</category>
5752
<description></description>
5853
</property>
59-
<!--<property key="showcheck" type="boolean" defaultValue="false">
60-
<caption>Show automatically signin checkbox</caption>
61-
<category>Behavior</category>
62-
<description>Show 'automatically signin' checkbox</description>
63-
</property>-->
64-
<!--<property key="saveUsername" type="boolean" defaultValue="false">
65-
<caption>Save username</caption>
66-
<category>Behavior</category>
67-
<description>Save the username after the session is ended. The username of the logged on user will be stored in a cookie.</description>
68-
</property>-->
6954
<property key="forgotmf" type="microflow" required="false">
7055
<caption>Forgot password microflow</caption>
7156
<category>Behavior</category>
@@ -77,21 +62,6 @@
7762
<category>Behavior</category>
7863
<description>Focus the username field when the form is showed (only use this if it is not done automatically)</description>
7964
</property>
80-
<!--<property key="showcheck" type="boolean" defaultValue="false">
81-
<caption>Show automatically signin checkbox</caption>
82-
<category>Behavior</category>
83-
<description>Show 'automatically signin' checkbox</description>
84-
</property>-->
85-
<!--<property key="saveUsername" type="boolean" defaultValue="false">
86-
<caption>Save username</caption>
87-
<category>Behavior</category>
88-
<description>Save the username after the session is ended. The username of the logged on user will be stored in a cookie.</description>
89-
</property>-->
90-
<!--<property key="showforgot" type="boolean" defaultValue="false">
91-
<caption>Show "forgot password" link</caption>
92-
<category>Behavior</category>
93-
<description>Show "forgot password" link</description>
94-
</property>-->
9565
</properties>
9666
</widget>
9767

test/Test.mpr

0 Bytes
Binary file not shown.

test/widgets/LoginForm.mpk

-29 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)