<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Extension save style changes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extension-save-style-changes/m-p/500646#M1235137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is pretty simple: (sorry for not formatting it but for some reason can't)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Qva.LoadScript('/QvAjaxZfc/QvsViewClient.aspx?public=only&amp;amp;name=Extensions/SparkLines/jquery.js', function () {&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Qva.AddDocumentExtension('SparkLines', function () {&lt;/P&gt;&lt;P&gt;$('.QvFrame.Document_TX02').on('click', function(e) {&amp;nbsp; &lt;/P&gt;&lt;P&gt;$(".QvFrame.Document_TX01").css("display", "none");&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;});&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the qvw itself i have only 2 text boxes - on for the click event and the other on which should be changed the css, also have one empty label box, which was there by accident, and when move it then the "hidden" textbox appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2013 21:52:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-03T21:52:07Z</dc:date>
    <item>
      <title>Extension save style changes</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-save-style-changes/m-p/500643#M1235129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a little extension in which im trying to add some custom style to qlikview object. The way im doing it now&amp;nbsp; (with JQuery) is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13806819676907704" jivemacro_uid="_13806819676907704"&gt;
&lt;P&gt;$(".QvFrame.Document_TX01").css("display", "none");&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which actually works until i move some other object. After move some other object my style is just remove and the object styles are returned to default ones. Is it possible to save this changes and how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-save-style-changes/m-p/500643#M1235129</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extension save style changes</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-save-style-changes/m-p/500644#M1235131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's hard to tell without seeing the entire block of code. What happends when you move an object is that Qv fires an update event which will, in theory, re-draw the necessary components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be that you have a check in place somewhere that prevents your object from updating? Perhaps a false parameter to the AddExtension() method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 16:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-save-style-changes/m-p/500644#M1235131</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2013-10-03T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extension save style changes</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-save-style-changes/m-p/500645#M1235134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the final trigger to do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(function(){&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.222222328186035px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;$(&lt;/SPAN&gt;&lt;SPAN class="string" style="font-size: 12.222222328186035px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: blue;"&gt;".QvFrame.Document_TX01"&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.222222328186035px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;).css(&lt;/SPAN&gt;&lt;SPAN class="string" style="font-size: 12.222222328186035px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: blue;"&gt;"display"&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.222222328186035px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="string" style="font-size: 12.222222328186035px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: blue;"&gt;"none"&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.222222328186035px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;})&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 16:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-save-style-changes/m-p/500645#M1235134</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-03T16:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extension save style changes</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-save-style-changes/m-p/500646#M1235137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is pretty simple: (sorry for not formatting it but for some reason can't)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Qva.LoadScript('/QvAjaxZfc/QvsViewClient.aspx?public=only&amp;amp;name=Extensions/SparkLines/jquery.js', function () {&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Qva.AddDocumentExtension('SparkLines', function () {&lt;/P&gt;&lt;P&gt;$('.QvFrame.Document_TX02').on('click', function(e) {&amp;nbsp; &lt;/P&gt;&lt;P&gt;$(".QvFrame.Document_TX01").css("display", "none");&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;});&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the qvw itself i have only 2 text boxes - on for the click event and the other on which should be changed the css, also have one empty label box, which was there by accident, and when move it then the "hidden" textbox appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 21:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-save-style-changes/m-p/500646#M1235137</guid>
      <dc:creator />
      <dc:date>2013-10-03T21:52:07Z</dc:date>
    </item>
  </channel>
</rss>

