datatable spice.command.getall() datatable spice.command.getall(string scope)
This example adds two image commands and then lists the commands.
{spice.command.add('img.rotate.degrees', 10)} {spice.command.add('img.resize.width', 100)} <se:format inputdata="{spice.command.getall()}" whitespace="simpleformat"> <se:rowformat> <se:colformat> <td>{this.field()}</td>{char.crlf()}</se:colformat> <se:rowresult><tr>{char.crlf()}{this.rowresult()}</tr>{char.crlf()}</se:rowresult> </se:rowformat> <se:resultformat> <table>{char.crlf()}{this.result()}</table> </se:resultformat> </se:format>