You are here: Foswiki>System Web>Category>DeveloperDocumentationCategory>PerlDoc (2024-12-23, UnknownUser)Edit Attach
See PublishedAPI for packages intended to be used by Plugin and Contrib authors, or browse all packages.
See also Developing plugins, Developer's Bible, Technical Overview
getTableStatistics( $changesMap ) -> \$statistics
Creates a 'statistics' hash that shows the result of applying changes to the EditTableData object:
StaticMethod _mergeHashes (\%a, \%b ) -> \%merged
Merges 2 hash references.
StaticMethod createTableChangesMap( $paramString ) -> \%map
Parses the paramString to a hash. paramString can contain a list of key-value pairs using the structure (rowNumber_1=rowState_1,rowNumber_2=rowState_2,...), for example:
Row states are:
Not all rows have to be present in the param.
StaticMethod tableChangesMapToParamString( \%tableChanges ) -> $paramString
In the reverse operation to createTableChangesMap, converts a tableChanges hash to a param string.
For example, { '0' => '0', '3' => '1' } will be converted to: '0=0,3=1'
StaticMethod _getTableChangeStatistics
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback