Skip to content

Commit

Permalink
Corrected incorrect examples and explanations.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Nov 22, 2024
1 parent bbe7da9 commit 90741e2
Show file tree
Hide file tree
Showing 46 changed files with 140 additions and 140 deletions.
4 changes: 2 additions & 2 deletions html/naturaljs/apid/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@
<label for="data" lang="ko_KR">
true : 선택한 요소에 해당하는 행 데이터를 반환합니다.<br>
false : jQuery object 타입의 모든 데이터를 반환합니다.<br>
undefined : array[json object] 타입의 모든 데이터를 반환합니다.<br>
undefined : json object array 타입의 모든 데이터를 반환합니다.<br>
</label>
<label for="data" lang="en_US">
true : Return selected row data.<br>
false : Return all data of jQuery object type.<br>
undefined : Return all data of pure array[json object] type.
undefined : Return all data of pure json object array type.
</label>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions html/naturaljs/apid/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
selected : 선택된 데이터를 반환합니다.<br>
checked : 체크된 데이터를 반환합니다.<br>
false : jQuery object 타입의 모든 데이터를 반환합니다.<br>
undefined : array[json object] 타입의 모든 데이터를 반환합니다.<br>
undefined : json object array 타입의 모든 데이터를 반환합니다.<br>
</label>
<label for="data" lang="en_US">
modified : Return the modified all row datas.<br>
Expand All @@ -275,7 +275,7 @@
checked : Return the checked row datas.<br>
true : Return selected row data.<br>
false : Return all data of jQuery object type.<br>
undefined : Return all data of pure array[json object] type.
undefined : Return all data of pure json object array type.
</label>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions html/naturaljs/apid/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
selected : 선택된 데이터를 반환합니다.<br>
checked : 체크된 데이터를 반환합니다.<br>
false : jQuery object 타입의 모든 데이터를 반환합니다.<br>
undefined : array[json object] 타입의 모든 데이터를 반환합니다.<br>
undefined : json object array 타입의 모든 데이터를 반환합니다.<br>
</label>
<label for="data" lang="en_US">
modified : Return the modified all row datas.<br>
Expand All @@ -281,7 +281,7 @@
checked : Return the checked row datas.<br>
true : Return selected row data.<br>
false : Return all data of jQuery object type.<br>
undefined : Return all data of pure array[json object] type.
undefined : Return all data of pure json object array type.
</label>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions html/naturaljs/apid/pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
<option value="false">false</option>
</select><br>
<label for="data" lang="ko_KR">
undefined : array[json object] 타입의 모든 데이터를 반환합니다.<br>
undefined : json object array 타입의 모든 데이터를 반환합니다.<br>
false : jQuery object 타입의 모든 데이터를 반환합니다.<br>
</label>
<label for="data" lang="en_US">
undefined : Return all data of pure array[json object] type<br>
undefined : Return all data of pure json object array type<br>
false : Return all data of jQuery object type
</label>
</td>
Expand Down
4 changes: 2 additions & 2 deletions html/naturaljs/apid/select.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@
<label for="data" lang="ko_KR">
true : 선택한 요소에 해당하는 행 데이터를 반환합니다.<br>
false : jQuery object 타입의 모든 데이터를 반환합니다.<br>
undefined : array[json object] 타입의 모든 데이터를 반환합니다.<br>
undefined : json object array 타입의 모든 데이터를 반환합니다.<br>
</label>
<label for="data" lang="en_US">
true : Return selected row data.<br>
false : Return all data of jQuery object type.<br>
undefined : Return all data of pure array[json object] type.
undefined : Return all data of pure json object array type.
</label>
</td>
</tr>
Expand Down
12 changes: 6 additions & 6 deletions html/naturaljs/apid/tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,16 @@
<option value=checkedInLastNode>checkedInLastNode</option>
</select><br>
<label for="data" lang="ko_KR">
undefined : array[json object] 타입의 모든 데이터를 반환합니다.<br>
undefined : json object array 타입의 모든 데이터를 반환합니다.<br>
false : jQuery object 타입의 모든 데이터를 반환합니다.<br>
checked : array[json object] 타입의 체크된 데이터를 반환합니다.<br>
checkedInLastNode : array[json object] 타입의 체크된 모든 요소의 마지막 노드들의 데이터를 반환합니다.
checked : json object array 타입의 체크된 데이터를 반환합니다.<br>
checkedInLastNode : json object array 타입의 체크된 모든 요소의 마지막 노드들의 데이터를 반환합니다.
</label>
<label for="data" lang="en_US">
undefined : Return all data of pure array[json object] type.<br>
undefined : Return all data of pure json object array type.<br>
false : Return all data of jQuery object type.<br>
checked : Return checked data of pure array[json object] type.<br>
checkedInLastNode : Return last node's data of checked elements of pure array[json object] type.
checked : Return checked data of pure json object array type.<br>
checkedInLastNode : Return last node's data of checked elements of pure json object array type.
</label>
</td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions html/naturaljs/intr/intr0100_en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ DataSync is a library that synchronizes data changed by components or libraries

### Formatter

[Formatter(N.formatter)](#html/naturaljs/refr/refr0301.html) is a library that formats the input data set(array [json object]) and returns the formatted data set.
[Formatter(N.formatter)](#html/naturaljs/refr/refr0301.html) is a library that formats the input data set(json object array) and returns the formatted data set.

### Validator

[Validator(N.validator)](#html/naturaljs/refr/refr0302.html) is a library that validates the input data set(array [json object]) and returns a validation result data set.
[Validator(N.validator)](#html/naturaljs/refr/refr0302.html) is a library that validates the input data set(json object array) and returns a validation result data set.

### Natural-DATA Library

[Natural-DATA Library](#html/naturaljs/refr/refr0303.html) provides methods and functions for sorting, filtering, and refining data of type array[json object].
[Natural-DATA Library](#html/naturaljs/refr/refr0303.html) provides methods and functions for sorting, filtering, and refining data of type json object array.


## Natural-UI
Expand Down
6 changes: 3 additions & 3 deletions html/naturaljs/intr/intr0100_ko_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ DataSync는 컴포넌트나 라이브러리에 의해 변경된 데이터를 실

### Formatter

[Formatter(N.formatter)](#html/naturaljs/refr/refr0301.html)는 입력 한 데이터 셋(array[json object]을 포맷팅 하고 포맷팅 된 데이터 셋을 반환해 주는 라이브러리입니다.
[Formatter(N.formatter)](#html/naturaljs/refr/refr0301.html)는 입력 한 데이터 셋(json object array)을 포맷팅 하고 포맷팅 된 데이터 셋을 반환해 주는 라이브러리입니다.

### Validator

[Validator(N.validator)](#html/naturaljs/refr/refr0302.html)는 입력 한 데이터 셋(array[json object]에 대한 유효성을 검사하고 검사 결과 데이터 셋을 반환해 주는 라이브러리입니다.
[Validator(N.validator)](#html/naturaljs/refr/refr0302.html)는 입력 한 데이터 셋(json object array)에 대한 유효성을 검사하고 검사 결과 데이터 셋을 반환해 주는 라이브러리입니다.

### Natural-DATA Library

[Natural-DATA Library](#html/naturaljs/refr/refr0303.html)array[json object] 유형의 데이터를 정렬, 필터링 및 정제하기 위한 메서드 및 함수를 제공합니다.
[Natural-DATA Library](#html/naturaljs/refr/refr0303.html)는 json object array 유형의 데이터를 정렬, 필터링 및 정제하기 위한 메서드 및 함수를 제공합니다.


## Natural-UI
Expand Down
16 changes: 8 additions & 8 deletions html/naturaljs/refr/refr010112.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>
<td>mergeJsonArray</td>
<td style="text-align: center;">N/A</td>
<td style="text-align: center;">N/A</td>
<td style="text-align: center;">array[json object]</td>
<td style="text-align: center;">json object array</td>
<td>
<p lang="ko_KR">json object가 담겨 있는 array 두 개를 병합합니다.</p>
<p lang="en_US">It merges two arrays containing json object.</p>
Expand All @@ -34,21 +34,21 @@ <h1>
<tr>
<td></td>
<td>arr1</td>
<td>array[json object]</td>
<td>json object array</td>
<td style="text-align: center;">N/A</td>
<td>
<p lang="ko_KR">원본 array[json object]를 입력합니다.</p>
<p lang="en_US">Inputs the original array[json object].</p>
<p lang="ko_KR">원본 json object array를 입력합니다.</p>
<p lang="en_US">Inputs the original json object array.</p>
</td>
</tr>
<tr>
<td></td>
<td>arr2</td>
<td>array[json object]</td>
<td>json object array</td>
<td style="text-align: center;">N/A</td>
<td>
<p lang="ko_KR">병합할 array[json object]를 입력합니다.</p>
<p lang="en_US">Inputs the array[json object] to be merged.</p>
<p lang="ko_KR">병합할 json object array를 입력합니다.</p>
<p lang="en_US">Inputs the json object array to be merged.</p>
</td>
</tr>
<tr>
Expand All @@ -74,7 +74,7 @@ <h1>
<tr>
<td></td>
<td>obj</td>
<td>array[json object]|json object</td>
<td>json object array|json object</td>
<td style="text-align: center;">N/A</td>
<td>
<p lang="ko_KR">json object 나 json object가 저장되어 있는 array를 입력합니다.</p>
Expand Down
2 changes: 1 addition & 1 deletion html/naturaljs/refr/refr020402.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1 id="refr/refr0103/refr020402/communicator.request/defaultoptions">
</tr>
<tr>
<td>data</td>
<td>array[json object]<a href="#jsonarray"><sup>1)</sup></a>|json object</td>
<td>json object array<a href="#jsonarray"><sup>1)</sup></a>|json object</td>
<td>null</td>
<td style="text-align: center;">X</td>
<td>
Expand Down
2 changes: 1 addition & 1 deletion html/naturaljs/refr/refr030101_en_US.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Overview
===

Formatter(N.formatter) is a library that formats the input data set(array [json object]) and returns the formatted data set.
Formatter(N.formatter) is a library that formats the input data set(json object array) and returns the formatted data set.

* If you enter an element that wraps the elements in which the format rules are declared with the data-format attribute instead of the rule set, display a formatted string on an element.
In this case, if the element is an element that inputs text, it displays the string of the original data when the cursor is focused, and the formatted string when the focus is out.
Expand Down
2 changes: 1 addition & 1 deletion html/naturaljs/refr/refr030101_ko_KR.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
개요
===

Formatter(N.formatter)는 입력 한 데이터 셋(array[json object]을 포맷팅 하고 포맷팅 된 데이터 셋을 반환해 주는 라이브러리입니다.
Formatter(N.formatter)는 입력 한 데이터 셋(json object array)을 포맷팅 하고 포맷팅 된 데이터 셋을 반환해 주는 라이브러리입니다.

* 룰셋 대신 data-format 속성으로 포맷 룰들이 선언된 요소들을 감싸고 있는 요소를 인수로 입력하면 해당 요소에 포맷팅 된 문자열을 표시해 줍니다.
이때 요소가 텍스트를 입력하는 요소라면 커서가 focusin 될 때 원래 데이터의 문자열을 표시해주고 focusout 되면 포맷팅 된 문자열을 표시해 줍니다.
Expand Down
8 changes: 4 additions & 4 deletions html/naturaljs/refr/refr030103.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>
<td>
<p lang="ko_KR">N.formatter 인스턴스를 생성합니다.</p>
<p lang="en_US">Create an N.formatter instance.</p>
<pre><code>var formatter = N.formatter(data, rules|context);</code></pre>
<pre><code>var formatter = new N.formatter(data, rules|context);</code></pre>
</td>
</tr>
<tr>
Expand All @@ -45,19 +45,19 @@ <h1>
<p lang="ko_KR">룰들을 객체 옵션으로 지정할 경우 : </p>
<p lang="en_US">If specifying rules as object options : </p>
<pre lang="ko_KR"><code>// { "컬럼속성명" : [["룰명", arguments[0], arguments[1]... ] }
N.formatter(data, {
new N.formatter(data, {
&quot;numeric&quot; : [[&quot;trimtoempty&quot;], [&quot;numeric&quot;, &quot;#,###.##0000&quot;]],
&quot;generic&quot; : [[&quot;trimtoempty&quot;], [&quot;generic&quot;, &quot;@@ABCD&quot;]],
&quot;limit&quot; : [[&quot;trimtoempty&quot;], [&quot;limit&quot;, &quot;13&quot;, &quot;...&quot;]],
&quot;etc&quot; : [[&quot;date&quot;, 12]]
}).format();</code></pre>
<pre lang="en_US"><code>// { "Column property name" : [["Rule name", arguments[0], arguments[1]... ] }
N.formatter(data, {
new N.formatter(data, {
&quot;numeric&quot; : [[&quot;trimtoempty&quot;], [&quot;numeric&quot;, &quot;#,###.##0000&quot;]],
&quot;generic&quot; : [[&quot;trimtoempty&quot;], [&quot;generic&quot;, &quot;@@ABCD&quot;]],
&quot;limit&quot; : [[&quot;trimtoempty&quot;], [&quot;limit&quot;, &quot;13&quot;, &quot;...&quot;]],
&quot;etc&quot; : [[&quot;date&quot;, 12]]
}.format();</code></pre>
}).format();</code></pre>
</li>
<li>
<p lang="ko_KR">data-validate 속성이 정의된 요소가 포함된 context 요소를 jQuery object로 지정할 경우 : </p>
Expand Down
2 changes: 1 addition & 1 deletion html/naturaljs/refr/refr030201_en_US.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Overview
===

Validator(N.validator) is a library that validates the input data set(array [json object]) and returns a validation result data set.
Validator(N.validator) is a library that validates the input data set(json object array) and returns a validation result data set.

* If you enter an element as an argument that wraps the input element where the validation rule is declared with the data-validate attribute instead of the rule set, When the cursor of an input element is focused out, the value entered in that element is validated and if validation fails, an error message is displayed in the form of a tooltip near the input element.
* You can also validate by string, not by dataset.
Expand Down
2 changes: 1 addition & 1 deletion html/naturaljs/refr/refr030201_ko_KR.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
개요
===

Validator(N.validator)는 입력 한 데이터 셋(array[json object]에 대한 유효성을 검사하고 검사 결과 데이터 셋을 반환해 주는 라이브러리입니다.
Validator(N.validator)는 입력 한 데이터 셋(json object array)에 대한 유효성을 검사하고 검사 결과 데이터 셋을 반환해 주는 라이브러리입니다.

* 룰셋 대신 data-validate 속성으로 검증 룰들이 선언된 입력 요소들을 감싸고 있는 요소를 인수로 입력하면 입력 요소의 커서가 focusout 될 때 해당 요소에 입력된 값의 유효성을 검사하고 유효성 검사에 실패하면 입력 요소 근처에 툴팁 형태로 오류 메시지가 표시됩니다.
* 데이터셋이 아닌 문자열 단위로도 유효성 검사를 할 수 있습니다.
10 changes: 5 additions & 5 deletions html/naturaljs/refr/refr030203.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>
<td>
<p lang="ko_KR">N.validator 인스턴스를 생성합니다.</p>
<p lang="en_US">Create an N.validator instance.</p>
<pre><code>var validator = N.validator(data, rules|context);</code></pre>
<pre><code>var validator = new N.validator(data, rules|context);</code></pre>
</td>
</tr>
<tr>
Expand All @@ -45,17 +45,17 @@ <h1>
<p lang="ko_KR">룰들을 객체 옵션으로 지정할 경우 : </p>
<p lang="en_US">If specifying rules as object options : </p>
<pre lang="ko_KR"><code>// { "컬럼속성명" : [["룰명", arguments[0], arguments[1]... ] }
N.validator(data, {
new N.validator(data, {
&quot;numeric&quot; : [[&quot;required&quot;], [&quot;integer+commas&quot;]],
&quot;generic&quot; : [[&quot;required&quot;], [&quot;korean&quot;]],
&quot;limit&quot; : [[&quot;required&quot;], [&quot;alphabet&quot;]]
}.validate();</code></pre>
}).validate();</code></pre>
<pre lang="en_US"><code>// { "Column property name" : [["Rule name", arguments[0], arguments[1]... ] }
N.validator(data, {
new N.validator(data, {
&quot;numeric&quot; : [[&quot;required&quot;], [&quot;integer+commas&quot;]],
&quot;generic&quot; : [[&quot;required&quot;], [&quot;korean&quot;]],
&quot;limit&quot; : [[&quot;required&quot;], [&quot;alphabet&quot;]]
}.validate();</code></pre>
}).validate();</code></pre>
</li>
<li>
<p lang="ko_KR">data-validate 속성이 정의된 요소가 포함된 context 요소를 jQuery object로 지정할 경우 : </p>
Expand Down
2 changes: 1 addition & 1 deletion html/naturaljs/refr/refr030301_en_US.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Overview
===

The Natural-DATA library provides methods and functions for sorting, filtering, and refining data of type array[json object].
The Natural-DATA library provides methods and functions for sorting, filtering, and refining data of type json object array.
2 changes: 1 addition & 1 deletion html/naturaljs/refr/refr030301_ko_KR.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
개요
===

Natural-DATA 라이브러리는 array[json object] 타입의 데이터를 정렬, 필터링 및 정제하기 위한 메서드 및 함수를 제공합니다.
Natural-DATA 라이브러리는 json object array 타입의 데이터를 정렬, 필터링 및 정제하기 위한 메서드 및 함수를 제공합니다.
Loading

0 comments on commit 90741e2

Please sign in to comment.