<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to RASDC_CSSJS</title><link>https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/</link><description>Recent changes to RASDC_CSSJS</description><atom:link href="https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 17 Sep 2025 10:35:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/feed" rel="self" type="application/rss+xml"/><item><title>RASDC_CSSJS modified by Domen Dolar</title><link>https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -61,10 +61,10 @@

 Sample of  screens:

-![CSS, JS Source](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00047.png)
+![CSS, JS Source](https://sourceforge.net/p/rasd/discussion/general/thread/bb488a80c0/e351/attachment/RASD-ScreenShot00047.png)

-![CSS, JS Source filter](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00048.png)
+![CSS, JS Source filter](https://sourceforge.net/p/rasd/discussion/general/thread/bb488a80c0/e351/attachment/RASD-ScreenShot00048.png)

-![CSS, JS Source documents](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00049.png)
+![CSS, JS Source documents](https://sourceforge.net/p/rasd/discussion/general/thread/bb488a80c0/e351/attachment/RASD-ScreenShot00049.png)

 Go back to [Documentation]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Domen Dolar</dc:creator><pubDate>Wed, 17 Sep 2025 10:35:18 -0000</pubDate><guid>https://sourceforge.net64ad592ac39998fbe5faf2a87b528592a2750f4a</guid></item><item><title>RASDC_CSSJS modified by Domen Dolar</title><link>https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -59,7 +59,7 @@
 ~~~

-
+Sample of  screens:

 ![CSS, JS Source](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00047.png)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Domen Dolar</dc:creator><pubDate>Thu, 19 Nov 2020 12:24:44 -0000</pubDate><guid>https://sourceforge.netca15fdcc28fb360fab691bd7f3776431fabf3721</guid></item><item><title>RASDC_CSSJS modified by Domen Dolar</title><link>https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,5 +1,65 @@
 RASDC_CSSJS
 ===
+
+Program for editing and setting your own CSS code, JS code or setting HTML hreader for Form,
+
+You have pre prepared next JS functions you can use. They are stored in general JS script where the detailed description of functions is.
+
+
+~~~
+
+
+//Script for Form
+
+addSpinner();
+initRowStatus();
+
+insertDivBreaks();
+hideEmptyBlocks();
+removeEmptyBlocks();
+
+validateNumberFields();
+showErrorFields();
+showInfoFields();
+showMandatoryFields();
+
+//Scripts on Block
+
+transformVerticalTable(tableName, step);
+ * tabelName - block name _TABLE (B15_TABLE)
+
+insertDivBreak(divId); 
+ * divId - block name + _DIV (BLOCK_NAME_DIV)
+
+function setShowHideDiv(divId, hideDefault=false );
+ * divId - block name + _DIV (BLOCK_NAME_DIV)
+
+
+//Scripts on Field
+
+findRowNum(fieldName);
+ * fieldName - name of field
+
+CheckFieldValue(pid , pname);
+ * pid - element id
+ * pname - element name
+
+CheckFieldMandatory(pid , pname);
+ * pid - element id
+ * pname - element name
+
+addDynamicLOV(vLOV, vLOVcond, psource_object, psource_value, ptarget_name);
+ * vLOV - code name of the look up - LOV. Starsts with lov$.... (Create LOV in Links-LOV section)
+ * vLOVcond - field name in LOV that you use in conntition statement - where ...
+ * psource_object - object where you change LOV values - use object this
+ * psource_value  - selected value of LOV. For init you use "#each_val#"
+ * ptarget_name   - name of the object where new LOV is set to
+
+
+~~~
+
+
+

 ![CSS, JS Source](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00047.png)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Domen Dolar</dc:creator><pubDate>Thu, 19 Nov 2020 12:23:59 -0000</pubDate><guid>https://sourceforge.netc082397be73adcd358f97a8a3fabfc6b93fc08a4</guid></item><item><title>RASDC_CSSJS modified by Domen Dolar</title><link>https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Domen Dolar</dc:creator><pubDate>Sun, 08 Jun 2014 21:06:19 -0000</pubDate><guid>https://sourceforge.netaf4dba2031ddf5475384528e9c34d7db748da5f2</guid></item><item><title>RASDC_CSSJS modified by Domen Dolar</title><link>https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,8 +1,10 @@
-
-
+RASDC_CSSJS
+===

 ![CSS, JS Source](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00047.png)

 ![CSS, JS Source filter](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00048.png)

 ![CSS, JS Source documents](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00049.png)
+
+Go back to [Documentation]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Domen Dolar</dc:creator><pubDate>Sun, 08 Jun 2014 21:05:56 -0000</pubDate><guid>https://sourceforge.net91fb9411d049fcee102f73e6e59e7b0663582ca2</guid></item><item><title>RASDC_CSSJS modified by Domen Dolar</title><link>https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1 +1,8 @@
-RASDC_CSSJS
+
+
+
+![CSS, JS Source](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00047.png)
+
+![CSS, JS Source filter](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00048.png)
+
+![CSS, JS Source documents](https://svn.code.sf.net/p/rasd/code-0/trunk/RASD_1.0/Documentation/images/RASD-ScreenShot00049.png)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Domen Dolar</dc:creator><pubDate>Wed, 04 Jun 2014 20:27:39 -0000</pubDate><guid>https://sourceforge.netbb1f520f5d27e323d70ee9a4dc954ea98caea5d7</guid></item><item><title>RASDC_CSSJS modified by Domen Dolar</title><link>https://sourceforge.net/p/rasd/wiki/RASDC_CSSJS/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;RASDC_CSSJS&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Domen Dolar</dc:creator><pubDate>Mon, 26 May 2014 08:03:08 -0000</pubDate><guid>https://sourceforge.neta7b130e93b96cf32100250a6035b65a8c4635fc6</guid></item></channel></rss>