Closed (outdated)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 Jun 2011 at 02:31 UTC
Updated:
20 Jul 2026 at 22:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jefkin commentedThere are probably better places to note this, but since I found it here, I'll note it here:
Note, if your server is using an old git, (like mine D:) ...
Replace
and then to make a new temporary branch, say for changes ...
Comment #2
jefkin commentedOk, this extend the functionality of the wizard plugin so that
*if* the plugin defines
$plugin = array (
...
'wizard paged' => TRUE,
...
);
Then the ctools_wizard_process() function will check each of the entries in $plugin['order'], and if a corresponding entry is missing from the $plugin['forms'] it will try to find a file in the same directory as the wizard, if found it will attempt to find a form, -- if found it will add a 'forms' entry for that step. The file should contain the form function as well as validate and submit functions, as needed.
Comment #3
jefkin commentedsee also the D6 version -> http://drupal.org/node/1271376
Comment #4
tayzlor commentedhere's a combined patch which also incorporates #2 rolled against the latest dev
Comment #5
tim.plunkettThere's a lot of code here, and I have yet to go through it all, but in the meantime can you reroll it without tabs (use 2 spaces) and without trailing whitespace?
Comment #6
tayzlor commentednew patch with whitespace cleanup.
Comment #7
tayzlor commentednew patch with whitespace cleanup.
Comment #8
tayzlor commentedaargh, dunno why thats double posted... anyway, looks like I missed a file to cleanup... here's a new patch with (hopefully) all files cleaned.
Comment #9
tayzlor commented....3rd time lucky? git issues :(
Comment #10
japerryDrupal 7 is no longer supported, closing.