Search the Community
Showing results for tags 'inputfieldselect'.
-
In a project I had to add the attribute 'disable' to some options of a select field (page reference) to show them but make them unselectable. Since I could not find an integrated solution, I wrote a tiny module and a hook. This could also be a POC to similar needs. Install module Add the...
- 3 replies
-
- 4
-
-
- inputfieldselect
- hook
-
(and 1 more)
Tagged with:
-
I have been following @bernhard's great tutorial on creating a Dashboard and everything has very easy to understand so far. However, I need to add a select field that a template is using (so users can create a new page from the dashboard), but I am really at a complete lost on how to achieve this. I...
- 1 reply
-
- module
- inputfieldselect
-
(and 2 more)
Tagged with:
-
I am trying to get the "text Content" (not the value) portion of an InputfieldSelectMultiple property I created for an installed module. The selected options are saved in PW somewhere. How do I get at it? viz: <select name="fieldA"> <option selected value=0>Content 1</option> <option va...