Hello everyone !
I've been searching for hours but i didn't find in which file I could change the default values in an new Wizard form...
For example in the Textbox size I prefer 20 than 30 in all my forms, so I have to change the 30 value to 20 all the time...
Thank you for your answer !
Souliman
I've been searching for hours but i didn't find in which file I could change the default values in an new Wizard form...
For example in the Textbox size I prefer 20 than 30 in all my forms, so I have to change the 30 value to 20 all the time...
Thank you for your answer !
Souliman
Hi Souliman,
You can use a Wizard Element to define your own input. Or you'll need to hack the core code in administrator/components/com_chronocontent/js/wizard.js - thi input box is around line 59.
Bob
You can use a Wizard Element to define your own input. Or you'll need to hack the core code in administrator/components/com_chronocontent/js/wizard.js - thi input box is around line 59.
Bob
This topic is locked and no more replies can be posted.