Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
wiki:inline_editing [2011/12/12 11:42]
tony
wiki:inline_editing [2011/12/12 11:58]
tony
Line 309: Line 309:
 } }
 </​code>​ </​code>​
 +
 +^Property^Type^Description^Default((English variant))^
 +|add|boolean| Enables or disables the add action in the Navigator. When the button is clicked a addRow with parameters //​addParams//​ is executed|true|
 +|addicon|string|Set a icon to be displayed if the add action is enabled. Note that currently only icons from UI theme images can be added|ui-icon-plus|
 +|addtext|string| The text than can be set in the add button|empty|
 +|addtitle|string|The title that appear when we mouse over to the add button (if enabled)| Add new row|
 +|edit|boolean| Enables or disables the edit action in the Navigator. When the button is clicked a editRow method is executed with //​editParams//​ parameter the - current selected row|true|
 +|editicon|string|Set a icon to be displayed if the edit action is enabled. Note that currently only icons from UI theme images can be used|ui-icon-pencil|
 +|edittext|string| The text than can be set in the edit button|empty|
 +|edittitle|string|The title that appear when we mouse over to the edit button (if enabled)| Edit selected row|
 +|position|string|Determines the position of the Navigator buttons in the pager. Can be left, center and right. |left|
 +|save|boolean|Enables or disables the save button in the pager. When the button is clicked a saveRow method is executed with  //​editParams//​ parameters|true|
 +|saveicon|string|Set a icon to be displayed if the refresh action is enabled. Note that currently only icons from UI theme images can be used|ui-icon-disk|
 +|savetext|string| The text than can be set in the refresh button|empty|
 +|savetitle|string|The title that appear when we mouse over to the refresh button (if enabled)|Save row|
 +|cancel|boolean|Enables or disables the cancel(restore) button in the pager.When the button is clicked a restoreRow method is executed with parameters //​editParams//​|true|
 +|cancelicon|string|Set a icon to be displayed if the search action is enabled. Note that currently only icons from UI theme images can be used|ui-icon-cancel|
 +|canceltext|string| The text than can be set in the cancel button|empty|
 +|canceltitle|string|The title that appear when we mouse over to the search button (if enabled)|Cancel trow editiong|
 +|addParams|object|Parameters that can be passed to the addRow method in navigator. For detailed information see addRow parameters|{useFormatter : false}|
 +|editParams|object|Parameters that can be passed to the editRow, saveRow, restoreRow methods in navigator. For detailed information ​ the related methods|{}|
  
 ===== Notes ===== ===== Notes =====

QR Code
QR Code wiki:inline_editing (generated for current page)