Pode.Web
Pode.Web copied to clipboard
Web template framework for use with the Pode PowerShell web server
Since Pode.Web cannot run without the Pode module installed, a `RequiredModules` section referencing the Pode module should be added to the Pode.Web module manifest. For example: `RequiredModules = 'Pode'` Or...
### Description of the Change Add description for -MaxLength parameter. Add instructions on how to build pode.web on Windows. ### Related Issue n/a ### Additional Context It took me some...
Hi, is there any way to add a "show/hide password" button to the "New-PodeWebTextbox -Type Password" or "New-PodeWebCredential -Type Password". I'm sorry I didn't find how. Thank you
I take it you write your code in VS Code... There's great feature in VS Code called Workspace settings: https://code.visualstudio.com/docs/getstarted/settings#_workspace-settings In this you can overwrite user's settings just for the...
Hello, how can I write in a string so that there is an instant search in the list in New-PodeWebSelect?
I'm looking to use Pode.Web to create a page that would allow me to dynamically add/remove fields (similar to these projects: [OpenControl-Editor](https://github.com/opencontrol/OpenControl-Editor)/[example](https://opencontrol.github.io/OpenControl-Editor/) and [JSON Editor](https://github.com/json-editor/json-editor)/[example](https://www.jeremydorn.com/json-editor)). Based on reading the documentation,...
Hello, I use a form for the creation of an account. When the 'submit' button is pressed, I would like to have a modal or other, to follow the progress...
- Symptoms after a successful login, the user is redirected to a randomly selected available Pode.Web page. - Expected behavior 1. if `-SuccessUrl` is defined: The user must be redirected...
Hello, I hope that you all are ok. I want to pass variables from a form to another component. In summary, I want a user to be able to query...
I think it would be nice when the directory "templates" may contain more then one template. So I created a directory "default" and moved the directories "public" and "views" into...