Hello Andreas,

Thanks for the help,
at work I develop some map canvas for the other users on the company,
in those maps, there are some labels that need to be edited in each map.

for now, the users select that label, go to properties and edit the content text

with the HTML, I would like that the user could edit the label directly 
clicking on it,
it would be faster and intuitive

______________________________________________
Herbert Lincon R. A. dos Santos


________________________________
De: Andreas Neumann <[email protected]>
Enviado: quarta-feira, 7 de novembro de 2018 05:28
Para: Herbert Lincon
Assunto: Re: [Qgis-user] QGIS - HTML


Hi Herbert,

I am not 100% sure - but the HTML frame in the QGIS print composer is not for 
interactive HTML. Yes - you can have an onload javascript (e.g. to create HTML 
content) - but it is not meant to be a full browser, but to print out existing 
or generated HTML content.

It is not meant to be interactive, e.g. with forms and such.

What are you trying to achieve? What is your use case with this form content in 
QGIS print composer?

Andreas

On 2018-11-06 22:15, Herbert Lincon wrote:

Hello,

I´m using QGIS 2.18.23, in the composer, I added a HTML frame with the 
<fildset> TAG,
like the print attached

but, the fieldset is not clickable, the same happens with the <textarea> TAG
could someone help or explain this?

Thanks for the atention
this is the code used

<form>
  <fieldset>
  <legend>Contact</legend>
  <input type="text" size="50" maxlength="5" placeholder="Type your Name"/>
  <textarea rows="3" cols="50" placeholder="Adress"></textarea>
  </fieldset>
 </form>

______________________________________________
Herbert Lincon R. A. dos Santos

_______________________________________________
Qgis-user mailing list
[email protected]<mailto:[email protected]>
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to