13-04-22 09:16 AM
21-04-22 05:05 PM
text box without editing
you never know how many records will be, so I use HTML path
Pozdrawiam,
21-04-22 05:09 PM
21-04-22 05:18 PM
these are the elements
the field from which I need to download the data
21-04-22 05:31 PM
Could you show us the HTML of the element from the Developer tools in Chrome? You may already be familiar with doing this, but just in case:
1. Right click the element and click Inspect
2. The developer tools should open on the right side and the HTML tree should open directly to the element.
What I'd like to see is whether the text is in the Inner Text of the element or if it's the value of one of the attributes.
22-04-22 07:05 AM
<textarea class="form-control stringInput ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty" ng-class="{updatedValue: updated > 0, updatedValueFade: updated > 1, invalid: inputField.errorMessages.length > 0,
willBeUpdated: inputField.willBeUpdated, updatedFromPrevious: inputField.wasUpdated}" my-tooltip="{text: inputField.getErrorTooltip(), position: 'left'}" ng-model="internalModel.value" placeholder="" ng-focus="inputField.resetErrors()" ng-blur="handleVariableChange(variable, element.id)" ng-trim="false" ng-disabled="readOnly || typeReadOnly" ui-mask="" ui-options="{allowInvalidValue: true}" ui-mask-placeholder="" ui-mask-placeholder-char="_" model-view-value="true" disabled="disabled"> </textarea>
The data that I need to download is not included in this element, I also tried to determine it and possibly download from there.
I tried to change the option "disabled = disabled" to enabled = enabled. All I got was editing the text in the field, but still couldn't get the value, nothing has changed.
Pozdrawiam,
Ewa
04-05-22 06:26 AM
Upgrading from version 6.9 restored missing attributes 🙂
Pozdrawiam,
Ewa