Skip to content

Commit

Permalink
Expression builder: Add group header help
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Feb 1, 2012
1 parent 5704ff1 commit 6e7610a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/function_help/Conversions-en_US
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h3>Conversions Group</h3>
This group contains functions to convert on data type to another e.g string to integer, integer to string.
5 changes: 5 additions & 0 deletions resources/function_help/Fields-en_US
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<h3>Fields and values Group</h3>
Contains a list of fields from the layer.
<br><br>
Select the field name from the list then right-click to access menu with options to load sample values from the selected field.

2 changes: 2 additions & 0 deletions resources/function_help/Geometry-en_US
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h3>Geometry Group</h3>
This group contains functions that operate on geometry objects e.g length, area.
2 changes: 2 additions & 0 deletions resources/function_help/Math-en_US
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h3>Math Group</h3>
This group contains math functions e.g square root, sin and cos
2 changes: 2 additions & 0 deletions resources/function_help/Operators-en_US
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h3>Operators Group</h3>
This group contains operators e.g + - *
1 change: 1 addition & 0 deletions resources/function_help/Record-en_US
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h3>Record Group</h3>
2 changes: 2 additions & 0 deletions resources/function_help/String-en_US
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h3>String Group</h3>
This group contains functions that operate on strings e.g replace, convert to upper case.

0 comments on commit 6e7610a

Please sign in to comment.