Skip to content

Commit

Permalink
update ReleaseNotes
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
alex-Symbroson committed Nov 28, 2023
1 parent 79f553e commit beed852
Show file tree
Hide file tree
Showing 33 changed files with 2,846 additions and 66 deletions.
4 changes: 2 additions & 2 deletions docs/docs/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function ShowPluginsPage() {
}
//If on PC.
else {
getplugins("getplugins", data =>
getIdeList("getplugins", data =>
addList('#divPlugs', data.plugins.split(","), getPath)
);
}
Expand All @@ -240,7 +240,7 @@ function ShowExtensionsPage() {
//If on PC.
else {
var getPath = name => "/Extensions/" + name + "/Docs.html";
getplugins("getextensions", data =>
getIdeList("getextensions", data =>
addList('#divExts', data.extensions.split(","), getPath)
);
}
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/js/forward.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const versions = {"en":"v265"};
(function Forward(move = true) {
const oldHost = 'symdstools.github.io', newHost = 'droidscript.github.io';
move &&= sessionStorage.getItem("moveDocs") !== "false";
move &&= !location.search.includes('move=false');
move = move && sessionStorage.getItem("moveDocs") !== "false";
move = move && !location.search.includes('move=false');
if (!move) sessionStorage.setItem("moveDocs", "false");
if (move && location.host === oldHost) return moveSite();

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/v265/Docs.htm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<body style="height:96%;">

<div id="main" data-role="page" data-theme="a" data-ajax="false">
<div id="main" data-role="page" data-theme="a" data-ajax="true">

<div data-role="header">
<h1>Documentation</h1>
Expand Down Expand Up @@ -97,11 +97,11 @@ <h1>Documentation</h1>

<p style="width:100%;text-align:right">
<small>
<!-- version.txt: 19673265 -->
<!-- version.txt: 19689265 -->
<i class="fa fa-warning"></i>
<a class="ui-link normal-link" target="_blank" onclick="return OpenUrl(this.href)"
href="https://github.com/DroidScript/Docs/issues">Report Issue</a><br>
<span onclick="location.reload()">Docs version: 265</span>&ensp;<i>(12/11/2023)</i><br>
<span onclick="location.reload()">Docs version: 265</span>&ensp;<i>(28/11/2023)</i><br>
by <a class="no-ui-link normal-link" target="_blank" onclick="return OpenUrl(this.href)"
href="https://github.com/alex-Symbroson">Symbroson</a>, <a class="no-ui-link normal-link"
target="_blank" onclick="return OpenUrl(this.href)"
Expand Down
65 changes: 65 additions & 0 deletions docs/docs/v265/MUI/AddTextH1.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

<!DOCTYPE html>
<html>

<head>
<title>AddTextH1</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" id="themeJQ" href="../css/themes/default/theme-dark.min.css"/>
<link rel="stylesheet" href="../css/themes/default/jquery.mobile.structure-1.2.0.min.css"/>
<link rel="stylesheet" id="themePrism" href="../css/themes/prism/dark.min.css"/>
<link rel="stylesheet" id="themeDocs" href="../css/docs-dark.min.css"/>

<script src="../js/forward.js"></script>
<script src="../js/energize-min.js"></script>
<script src="../js/jquery-1.8.1.min.js"></script>
<script src="../js/jquery.mark.es6.min.js"></script>
<script src="../../app.js"></script>
<script src="../js/common.js"></script>
<script src="../js/example.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>

<body>
<div data-role="page" data-theme="a">

<div data-role="header" data-position="fixed">
<a href='#' class='ui-btn-left' data-icon='arrow-l' onclick="history.back(); return false">Back</a>
<h1>AddTextH1</h1>
<a class="ui-btn-right" data-icon="gear" data-iconpos="notext" onclick="tglTheme()"></a>
</div>

<div style="position:fixed; top:40px; width:100%; text-align:center; z-index:1101;">
<div id="appPopup" class="androidPopup">Hello World</div>
</div>

<div data-role="content">
<p>Adds an H1 text to a layout.</p>

<div class="samp">
txh = MUI.AddTextH1(
<a href="#pop_obj_001" data-transition="pop" data-rel="popup">parent</a>,
<a href="#pop_std_str" data-transition="pop" data-rel="popup">text</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">width</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">height</a>,
<a href="#pop_str_001" data-transition="pop" data-rel="popup">options</a>,
<a href="#pop_str_col" data-transition="pop" data-rel="popup">color</a>,
<a href="#pop_str_002" data-transition="pop" data-rel="popup">fontWeight</a> )
<b>Object</b>
</div>

<p>See <a href="CreateTextH1.htm" data-ajax="false">CreateTextH1</a> for full documentation.</p>

</div>

<div data-role="popup" id="pop_std_num" class="ui-content"><b>Number</b></div>
<div data-role="popup" id="pop_std_str" class="ui-content"><b>String</b></div>
<div data-role="popup" id="pop_str_col" class="ui-content"><b>String:</b> <i><br>  hexadecimal: <docstr>“#rrggbb”</docstr>, <docstr>“#aarrggbb”</docstr><br>  colourName: <docstr>“red”</docstr>, <docstr>“green”</docstr>, ...</i></div>
<div data-role="popup" id="pop_str_001" class="ui-content"><b>String:</b> <docstr>“DS text options”</docstr></div>
<div data-role="popup" id="pop_str_002" class="ui-content"><b>String:</b> <docstr>“Can be Thin”</docstr> or <docstr>“Light”</docstr> or <docstr>“Regular”</docstr> or <docstr>“Medium”</docstr> or <docstr>“Bold”</docstr></div>
<div data-role="popup" id="pop_obj_001" class="ui-content"><b>Object:</b> MUI Layout or DS layout control</div>
</div>
</body>

</html>
65 changes: 65 additions & 0 deletions docs/docs/v265/MUI/AddTextH2.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

<!DOCTYPE html>
<html>

<head>
<title>AddTextH2</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" id="themeJQ" href="../css/themes/default/theme-dark.min.css"/>
<link rel="stylesheet" href="../css/themes/default/jquery.mobile.structure-1.2.0.min.css"/>
<link rel="stylesheet" id="themePrism" href="../css/themes/prism/dark.min.css"/>
<link rel="stylesheet" id="themeDocs" href="../css/docs-dark.min.css"/>

<script src="../js/forward.js"></script>
<script src="../js/energize-min.js"></script>
<script src="../js/jquery-1.8.1.min.js"></script>
<script src="../js/jquery.mark.es6.min.js"></script>
<script src="../../app.js"></script>
<script src="../js/common.js"></script>
<script src="../js/example.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>

<body>
<div data-role="page" data-theme="a">

<div data-role="header" data-position="fixed">
<a href='#' class='ui-btn-left' data-icon='arrow-l' onclick="history.back(); return false">Back</a>
<h1>AddTextH2</h1>
<a class="ui-btn-right" data-icon="gear" data-iconpos="notext" onclick="tglTheme()"></a>
</div>

<div style="position:fixed; top:40px; width:100%; text-align:center; z-index:1101;">
<div id="appPopup" class="androidPopup">Hello World</div>
</div>

<div data-role="content">
<p>Adds an H2 text to a layout.</p>

<div class="samp">
txh = MUI.AddTextH2(
<a href="#pop_obj_001" data-transition="pop" data-rel="popup">parent</a>,
<a href="#pop_std_str" data-transition="pop" data-rel="popup">text</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">width</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">height</a>,
<a href="#pop_str_001" data-transition="pop" data-rel="popup">options</a>,
<a href="#pop_str_col" data-transition="pop" data-rel="popup">color</a>,
<a href="#pop_str_002" data-transition="pop" data-rel="popup">fontWeight</a> )
<b>Object</b>
</div>

<p>See <a href="CreateTextH2.htm" data-ajax="false">CreateTextH2</a> for full documentation.</p>

</div>

<div data-role="popup" id="pop_std_num" class="ui-content"><b>Number</b></div>
<div data-role="popup" id="pop_std_str" class="ui-content"><b>String</b></div>
<div data-role="popup" id="pop_str_col" class="ui-content"><b>String:</b> <i><br>  hexadecimal: <docstr>“#rrggbb”</docstr>, <docstr>“#aarrggbb”</docstr><br>  colourName: <docstr>“red”</docstr>, <docstr>“green”</docstr>, ...</i></div>
<div data-role="popup" id="pop_str_001" class="ui-content"><b>String:</b> <docstr>“DS text options”</docstr></div>
<div data-role="popup" id="pop_str_002" class="ui-content"><b>String:</b> <docstr>“Can be Thin”</docstr> or <docstr>“Light”</docstr> or <docstr>“Regular”</docstr> or <docstr>“Medium”</docstr> or <docstr>“Bold”</docstr></div>
<div data-role="popup" id="pop_obj_001" class="ui-content"><b>Object:</b> MUI Layout or DS layout control</div>
</div>
</body>

</html>
65 changes: 65 additions & 0 deletions docs/docs/v265/MUI/AddTextH3.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

<!DOCTYPE html>
<html>

<head>
<title>AddTextH3</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" id="themeJQ" href="../css/themes/default/theme-dark.min.css"/>
<link rel="stylesheet" href="../css/themes/default/jquery.mobile.structure-1.2.0.min.css"/>
<link rel="stylesheet" id="themePrism" href="../css/themes/prism/dark.min.css"/>
<link rel="stylesheet" id="themeDocs" href="../css/docs-dark.min.css"/>

<script src="../js/forward.js"></script>
<script src="../js/energize-min.js"></script>
<script src="../js/jquery-1.8.1.min.js"></script>
<script src="../js/jquery.mark.es6.min.js"></script>
<script src="../../app.js"></script>
<script src="../js/common.js"></script>
<script src="../js/example.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>

<body>
<div data-role="page" data-theme="a">

<div data-role="header" data-position="fixed">
<a href='#' class='ui-btn-left' data-icon='arrow-l' onclick="history.back(); return false">Back</a>
<h1>AddTextH3</h1>
<a class="ui-btn-right" data-icon="gear" data-iconpos="notext" onclick="tglTheme()"></a>
</div>

<div style="position:fixed; top:40px; width:100%; text-align:center; z-index:1101;">
<div id="appPopup" class="androidPopup">Hello World</div>
</div>

<div data-role="content">
<p>Adds an H3 text to a layout.</p>

<div class="samp">
txh = MUI.AddTextH3(
<a href="#pop_obj_001" data-transition="pop" data-rel="popup">parent</a>,
<a href="#pop_std_str" data-transition="pop" data-rel="popup">text</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">width</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">height</a>,
<a href="#pop_str_001" data-transition="pop" data-rel="popup">options</a>,
<a href="#pop_str_col" data-transition="pop" data-rel="popup">color</a>,
<a href="#pop_str_002" data-transition="pop" data-rel="popup">fontWeight</a> )
<b>Object</b>
</div>

<p>See <a href="CreateTextH3.htm" data-ajax="false">CreateTextH3</a> for full documentation.</p>

</div>

<div data-role="popup" id="pop_std_num" class="ui-content"><b>Number</b></div>
<div data-role="popup" id="pop_std_str" class="ui-content"><b>String</b></div>
<div data-role="popup" id="pop_str_col" class="ui-content"><b>String:</b> <i><br>  hexadecimal: <docstr>“#rrggbb”</docstr>, <docstr>“#aarrggbb”</docstr><br>  colourName: <docstr>“red”</docstr>, <docstr>“green”</docstr>, ...</i></div>
<div data-role="popup" id="pop_str_001" class="ui-content"><b>String:</b> <docstr>“DS text options”</docstr></div>
<div data-role="popup" id="pop_str_002" class="ui-content"><b>String:</b> <docstr>“Can be Thin”</docstr> or <docstr>“Light”</docstr> or <docstr>“Regular”</docstr> or <docstr>“Medium”</docstr> or <docstr>“Bold”</docstr></div>
<div data-role="popup" id="pop_obj_001" class="ui-content"><b>Object:</b> MUI Layout or DS layout control</div>
</div>
</body>

</html>
65 changes: 65 additions & 0 deletions docs/docs/v265/MUI/AddTextH4.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

<!DOCTYPE html>
<html>

<head>
<title>AddTextH4</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" id="themeJQ" href="../css/themes/default/theme-dark.min.css"/>
<link rel="stylesheet" href="../css/themes/default/jquery.mobile.structure-1.2.0.min.css"/>
<link rel="stylesheet" id="themePrism" href="../css/themes/prism/dark.min.css"/>
<link rel="stylesheet" id="themeDocs" href="../css/docs-dark.min.css"/>

<script src="../js/forward.js"></script>
<script src="../js/energize-min.js"></script>
<script src="../js/jquery-1.8.1.min.js"></script>
<script src="../js/jquery.mark.es6.min.js"></script>
<script src="../../app.js"></script>
<script src="../js/common.js"></script>
<script src="../js/example.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>

<body>
<div data-role="page" data-theme="a">

<div data-role="header" data-position="fixed">
<a href='#' class='ui-btn-left' data-icon='arrow-l' onclick="history.back(); return false">Back</a>
<h1>AddTextH4</h1>
<a class="ui-btn-right" data-icon="gear" data-iconpos="notext" onclick="tglTheme()"></a>
</div>

<div style="position:fixed; top:40px; width:100%; text-align:center; z-index:1101;">
<div id="appPopup" class="androidPopup">Hello World</div>
</div>

<div data-role="content">
<p>Adds an H4 text to a layout.</p>

<div class="samp">
txh = MUI.AddTextH4(
<a href="#pop_obj_001" data-transition="pop" data-rel="popup">parent</a>,
<a href="#pop_std_str" data-transition="pop" data-rel="popup">text</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">width</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">height</a>,
<a href="#pop_str_001" data-transition="pop" data-rel="popup">options</a>,
<a href="#pop_str_col" data-transition="pop" data-rel="popup">color</a>,
<a href="#pop_str_002" data-transition="pop" data-rel="popup">fontWeight</a> )
<b>Object</b>
</div>

<p>See <a href="CreateTextH4.htm" data-ajax="false">CreateTextH4</a> for full documentation.</p>

</div>

<div data-role="popup" id="pop_std_num" class="ui-content"><b>Number</b></div>
<div data-role="popup" id="pop_std_str" class="ui-content"><b>String</b></div>
<div data-role="popup" id="pop_str_col" class="ui-content"><b>String:</b> <i><br>  hexadecimal: <docstr>“#rrggbb”</docstr>, <docstr>“#aarrggbb”</docstr><br>  colourName: <docstr>“red”</docstr>, <docstr>“green”</docstr>, ...</i></div>
<div data-role="popup" id="pop_str_001" class="ui-content"><b>String:</b> <docstr>“DS text options”</docstr></div>
<div data-role="popup" id="pop_str_002" class="ui-content"><b>String:</b> <docstr>“Can be Thin”</docstr> or <docstr>“Light”</docstr> or <docstr>“Regular”</docstr> or <docstr>“Medium”</docstr> or <docstr>“Bold”</docstr></div>
<div data-role="popup" id="pop_obj_001" class="ui-content"><b>Object:</b> MUI Layout or DS layout control</div>
</div>
</body>

</html>
65 changes: 65 additions & 0 deletions docs/docs/v265/MUI/AddTextH5.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

<!DOCTYPE html>
<html>

<head>
<title>AddTextH5</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" id="themeJQ" href="../css/themes/default/theme-dark.min.css"/>
<link rel="stylesheet" href="../css/themes/default/jquery.mobile.structure-1.2.0.min.css"/>
<link rel="stylesheet" id="themePrism" href="../css/themes/prism/dark.min.css"/>
<link rel="stylesheet" id="themeDocs" href="../css/docs-dark.min.css"/>

<script src="../js/forward.js"></script>
<script src="../js/energize-min.js"></script>
<script src="../js/jquery-1.8.1.min.js"></script>
<script src="../js/jquery.mark.es6.min.js"></script>
<script src="../../app.js"></script>
<script src="../js/common.js"></script>
<script src="../js/example.js"></script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
</head>

<body>
<div data-role="page" data-theme="a">

<div data-role="header" data-position="fixed">
<a href='#' class='ui-btn-left' data-icon='arrow-l' onclick="history.back(); return false">Back</a>
<h1>AddTextH5</h1>
<a class="ui-btn-right" data-icon="gear" data-iconpos="notext" onclick="tglTheme()"></a>
</div>

<div style="position:fixed; top:40px; width:100%; text-align:center; z-index:1101;">
<div id="appPopup" class="androidPopup">Hello World</div>
</div>

<div data-role="content">
<p>Adds an H5 text to a layout.</p>

<div class="samp">
txh = MUI.AddTextH5(
<a href="#pop_obj_001" data-transition="pop" data-rel="popup">parent</a>,
<a href="#pop_std_str" data-transition="pop" data-rel="popup">text</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">width</a>,
<a href="#pop_std_num" data-transition="pop" data-rel="popup">height</a>,
<a href="#pop_str_001" data-transition="pop" data-rel="popup">options</a>,
<a href="#pop_str_col" data-transition="pop" data-rel="popup">color</a>,
<a href="#pop_str_002" data-transition="pop" data-rel="popup">fontWeight</a> )
<b>Object</b>
</div>

<p>See <a href="CreateTextH5.htm" data-ajax="false">CreateTextH5</a> for full documentation.</p>

</div>

<div data-role="popup" id="pop_std_num" class="ui-content"><b>Number</b></div>
<div data-role="popup" id="pop_std_str" class="ui-content"><b>String</b></div>
<div data-role="popup" id="pop_str_col" class="ui-content"><b>String:</b> <i><br>  hexadecimal: <docstr>“#rrggbb”</docstr>, <docstr>“#aarrggbb”</docstr><br>  colourName: <docstr>“red”</docstr>, <docstr>“green”</docstr>, ...</i></div>
<div data-role="popup" id="pop_str_001" class="ui-content"><b>String:</b> <docstr>“DS text options”</docstr></div>
<div data-role="popup" id="pop_str_002" class="ui-content"><b>String:</b> <docstr>“Can be Thin”</docstr> or <docstr>“Light”</docstr> or <docstr>“Regular”</docstr> or <docstr>“Medium”</docstr> or <docstr>“Bold”</docstr></div>
<div data-role="popup" id="pop_obj_001" class="ui-content"><b>Object:</b> MUI Layout or DS layout control</div>
</div>
</body>

</html>
File renamed without changes.
Loading

0 comments on commit beed852

Please sign in to comment.