Project

General

Profile

Actions

Feature proposal #4490

open

Implement generic management tools usage

Added by krileon almost 10 years ago. Updated over 7 years ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
Start date:
13 May 2014
Due date:
% Done:

0%

Estimated time:

Description

Currently batchprocessing and filtering are done with custom tags. Implement a more generalized solution that'll allow custom expand/collapse usages. Example XML structure as follows.

<tools>
- <tool name="filter" label="Search Tools" type="filter">
- - <field...
- </tool>
- <tool name="batch" label="Batch Tools" type="store">
- - <field...
- </tool>
</tools>

The name would be the input control name. The label would be the button text. The type would determine the tool behavior. Filter type for example would add to the where statement. Store type for example would parse the input values to rows and run a store.

Actions #1

Updated by krileon almost 10 years ago

  • Description updated (diff)
Actions #2

Updated by krileon over 7 years ago

  • Target version changed from CB 2.1 to CB 3.0
Actions

Also available in: Atom PDF