Difference between revisions of "User talk:F.trott/dynamicSFDefaults.js"
From Semantic MediaWiki Demo Wiki
(Created page with "To get to work the later versions of Semantic Forms replace 'Special:AddData' with 'Special:FormEdit' in last line. --Dgennaro 11 November 2010") |
(→To work with "edit with form" tab: new section) |
||
Line 2: | Line 2: | ||
--Dgennaro 11 November 2010 | --Dgennaro 11 November 2010 | ||
+ | |||
+ | == To work with "edit with form" tab == | ||
+ | |||
+ | Add... | ||
+ | |||
+ | <code>if (wgAction == 'formedit') addOnloadHook(setSFDefaults);</code> | ||
+ | |||
+ | ...at the end. --[[User:Dgennaro|Dgennaro]] 11:31, March 29, 2011 (EDT) |
Revision as of 11:31, March 29, 2011
To get to work the later versions of Semantic Forms replace 'Special:AddData' with 'Special:FormEdit' in last line.
--Dgennaro 11 November 2010
To work with "edit with form" tab
Add...
if (wgAction == 'formedit') addOnloadHook(setSFDefaults);
...at the end. --Dgennaro 11:31, March 29, 2011 (EDT)