UI Action visible to Worksapce | Declarative Actions | UI Builder Day 12

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 7

  • @sravanik9009
    @sravanik9009 День назад

    Thank so much for the video. Can I add existing global List action ( ex .. Export) to my workspace if yes can you please tell us the steps?

    • @SnowExpertRohit
      @SnowExpertRohit  День назад

      @@sravanik9009 you can do that.. Under action configuration alredy a tab present called global list action

  • @LeilahFawn
    @LeilahFawn 8 дней назад

    Thanks for the forecast! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?

  • @KalangiRaghavendra
    @KalangiRaghavendra 2 дня назад

    how we can achieve if the UI action or client script has DOM manipulations, we know workspace doesn't support DOM manipulations

    • @SnowExpertRohit
      @SnowExpertRohit  День назад

      depending on what you are looking for, you can go for declarative action and try to do alternate approach

    • @KalangiRaghavendra
      @KalangiRaghavendra День назад

      @@SnowExpertRohit Hi, how that works, for example i have this piece of codes in the client script and ui policies.
      $$('.changed').each(function(field) ,
      var items = $$('BUTTON').each(function(item){
      if(item.innerHTML.indexOf('ui_action') > -1){
      item.show();
      }
      });