summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes2
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page4
-rw-r--r--index.html0
-rw-r--r--tools/.htaccess1
4 files changed, 5 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 71dadd11..19fc74cd 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -256,6 +256,7 @@ framework/Web/UI/WebControls/TTextBox.php -text
framework/Web/UI/WebControls/TWebControl.php -text
framework/core.php -text
framework/prado.php -text
+/index.html -text
requirements/index.php -text
requirements/messages-zh.txt -text
requirements/messages.txt -text
@@ -462,6 +463,7 @@ tests/UnitTests/simpletest/url.php -text
tests/UnitTests/simpletest/user_agent.php -text
tests/UnitTests/simpletest/web_tester.php -text
tests/UnitTests/simpletest/xml.php -text
+tools/.htaccess -text
tools/jsbuilder/build.php -text
tools/jsbuilder/custom_rhino.jar -text
tools/phpbuilder/build.php -text
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page
index e750e331..c85ff574 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page
@@ -29,7 +29,7 @@ Bulleted list with customized color, font, bullet style:
BackColor="silver"
Font.Size="12pt">
<com:TListItem Value="value 1" Text="item 1" />
- <com:TListItem Value="value 2" Text="item 2" Selected="true" />
+ <com:TListItem Value="value 2" Text="item 2" />
<com:TListItem Value="value 3" Text="item 3" />
<com:TListItem Value="value 4" Text="item 4" />
</com:TBulletedList>
@@ -43,7 +43,7 @@ Bulleted list with image bullets:
<td class="sampleaction">
<com:TBulletedList BulletStyle="CustomImage" BulletImageUrl=<%~bullet.gif%> >
<com:TListItem Value="value 1" Text="item 1" />
- <com:TListItem Value="value 2" Text="item 2" Selected="true" />
+ <com:TListItem Value="value 2" Text="item 2" />
<com:TListItem Value="value 3" Text="item 3" />
<com:TListItem Value="value 4" Text="item 4" />
</com:TBulletedList>
diff --git a/index.html b/index.html
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/index.html
diff --git a/tools/.htaccess b/tools/.htaccess
new file mode 100644
index 00000000..e0198322
--- /dev/null
+++ b/tools/.htaccess
@@ -0,0 +1 @@
+deny from all