Creating new form in Open MCT and Login form in open mct #3809
Replies: 3 comments
-
Hi @Vaibhav2121, we don't have login form development coming up in any of our development plans as far as I know, but it's possible someone in the community has done something similar. As far as the parameters to watch in index.html, I'm not too sure what you mean by that. Some plugins accept configuration objects/values, our time conductor is a good example of that. It would be possible to do that dynamically as well to update those items. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@Vaibhav2121 , you can create forms using the Forms API. A very simple form example is below, but you can customize and even extend forms for your use case. Open MCT also has a User API. I am now understanding your use case though, to use Open MCT as an adhoc monitoring tool. I still think you should strive for the answer provided in #3806, but you could create a custom plugin that would accomplish what you desire. Take a look at Form Location Selector, which provides a means to select one parameter, a location to save in this case, from the dictionary. @jvigliotta is working with a group that is creating a modified table view in which parameters are subscribed to in an adhoc fashion via a selection tool. He might be able to speak more to that if indeed that is what you are trying to do.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we create a login form and a form in open mct where user can select parameters to watch in index.html, first page of openmct.
Beta Was this translation helpful? Give feedback.
All reactions