Search found 7 matches
- Tue Sep 23, 2025 6:38 am
- Forum: Module development
- Topic: JS ActionButton not working
- Replies: 2
- Views: 5858
Re: JS ActionButton not working
I just implemented it and it’s working well, thank you very much !
- Fri Sep 19, 2025 5:15 pm
- Forum: Module development
- Topic: JS ActionButton not working
- Replies: 2
- Views: 5858
JS ActionButton not working
Hi, I’m on Jamovi 2.6.44.0, I’m trying to add custom JS in a module I use in a university statistical course, but whatever I do the ActionButton I use seem to never work. I’ve made a minimal example (minimal R/jamovi package in .zip file attached). In the F10 console log, it never triggers any event...
- Mon Aug 05, 2024 5:22 am
- Forum: Module development
- Topic: generate pot. file to translate a module analysis, results and ui ?
- Replies: 2
- Views: 52467
Re: generate pot. file to translate a module analysis, results and ui ?
Hi Jonathon,
Thank you very much, I'll try it right now !
Brice
Thank you very much, I'll try it right now !
Brice
- Fri Aug 02, 2024 1:52 pm
- Forum: Module development
- Topic: generate pot. file to translate a module analysis, results and ui ?
- Replies: 2
- Views: 52467
generate pot. file to translate a module analysis, results and ui ?
Hi, I want to translate a Jamovi module I'm making in french for my students, but I wonder : is there a simple way to generate a pot. file containing all analysis, results and ui options (titles, descriptions and labels), like the ones in jmv/jamovi/i18n ? I thought about using yaml::read_yaml() to ...
- Fri Aug 02, 2024 1:44 pm
- Forum: Module development
- Topic: enable UI options based on number of provided variables
- Replies: 9
- Views: 88487
Re: enable UI options based on number of provided variables
Hi everybody,
I would also be interested by the answer : I'm trying to write a javascript to disable some RadioButtons when no Variables of some kind are supplied, but I'm not good at js and nothing seems to work yet.
Brice
I would also be interested by the answer : I'm trying to write a javascript to disable some RadioButtons when no Variables of some kind are supplied, but I'm not good at js and nothing seems to work yet.
Brice
- Fri Aug 02, 2024 8:54 am
- Forum: Module development
- Topic: with html results, css not working
- Replies: 2
- Views: 44693
- Wed Jul 31, 2024 2:35 pm
- Forum: Module development
- Topic: with html results, css not working
- Replies: 2
- Views: 44693
with html results, css not working
Hi, I'm trying to create a html result for a Jamovi module, but the css stylesheets never work. I'm trying to add the stylesheets as htmltools::htmlDependencies() attributes of the result object. Some styling is found in an "inst/tab.css" external file of the R package. Below is a test exa...