Re: [Dhis2-users] [Dhis2-devs] how get select input value in tracker capture.

2018-01-14 Thread Nghia Nguyen
Hi Hakim, Can you try this one, let customForm = angular.element(document.querySelector("d2-custom-data-entry-form")).scope(); let (name_of_Value) = customForm.currentEvent.(put_DataElement_ID_Of_Input_field_here); On Fri, Jan 12, 2018 at 10:27 PM, DJIBRIL Hakim wrote: > Hi, > Please need help

Re: [Dhis2-users] Betr: Import of coordinates fails in v2.27(DHIS2)

2017-08-21 Thread Nghia Nguyen
Hi Kristiyan, Can you try this CSV format, its work ok with me in 2.27. On Mon, Aug 21, 2017 at 4:36 PM, Kristiyan Panayotov < kristi...@logicaloutcomes.net> wrote: > Thank you Terence. I voted, but not sure that it is the case. Import works > for my build, regarding data elements, org units, et

Re: [Dhis2-users] DHIS2- Giving class To data Element in source code of dataset

2017-07-31 Thread Nghia Nguyen
Hi Omer, What will your css (form-control) affect to the input tag? I just want to say I'm not recommended you put the class into input tag. Because when you go to edit custom form. The dhis2 system will automatic remove everything you put in the input tag. So maybe I need to know what do you ne