Hello together
i apreciate this componente very very strongly (big thx to the developer) and now i have also a question about it.
I want to create a wizard custom element and i have the HTML code ready:
[list=1]
So as you can see, the label is called name but i want my client to be able to change the word "name"
So i have to set a parameter I think. There must be a default parameter with this option because in the simple wizard, there is this possibility too.
So plz tell me how i can set this parameter to let my client change the variable after his wishes.
I also need the option for my client to set things like "requiered, Date, Numbers only" just the default settings in the usual wizard. where and which variables do i have to ad? [/list:o]
Thx you very much 😀
/edit: it will also do, if I could change the default code.
If i just had the code, which displays for example the default "TextBox" with all its options, i think i could worked it out to create all I want my own
i apreciate this componente very very strongly (big thx to the developer) and now i have also a question about it.
I want to create a wizard custom element and i have the HTML code ready:
<div class="reihe">
<span class="label">NAME</span>
<span class="feld"><input type="text" class="defbreite" size="15" /></span>
</div>
[list=1]
So i have to set a parameter I think. There must be a default parameter with this option because in the simple wizard, there is this possibility too.
So plz tell me how i can set this parameter to let my client change the variable after his wishes.
Thx you very much 😀
/edit: it will also do, if I could change the default code.
If i just had the code, which displays for example the default "TextBox" with all its options, i think i could worked it out to create all I want my own