Jump to content

How to change UnimFileUploader's browse button 's font type?


55143681

Recommended Posts

On 5/27/2019 at 12:32 AM, Sherzod said:

  UnimFileUpload1.Execute;
  UniSession.AddJS('Ext.defer(function(){Ext.get(Ext.select(".x-filetrigger .x-text-el").elements[0]).setText("瀏覽")},20)');

 

Works well ,thank you very much。

for cBuilder:

UniSession->AddJS("Ext.defer(function(){Ext.get(Ext.select(\".x-filetrigger .x-text-el\").elements[0]).setText(\"浏览\")},20)");

Link to comment
Share on other sites

  • 4 years later...
On 5/26/2019 at 10:32 PM, Sherzod said:
  UnimFileUpload1.Execute;
  UniSession.AddJS('Ext.defer(function(){Ext.get(Ext.select(".x-filetrigger .x-text-el").elements[0]).setText("瀏覽")},20)');

 

 

On 5/26/2019 at 10:32 PM, Sherzod said:
  UnimFileUpload1.Execute;
  UniSession.AddJS('Ext.defer(function(){Ext.get(Ext.select(".x-filetrigger .x-text-el").elements[0]).setText("瀏覽")},20)');

 

 

On 5/30/2019 at 7:31 PM, 55143681 said:

Works well ,thank you very much。

for cBuilder:

UniSession->AddJS("Ext.defer(function(){Ext.get(Ext.select(\".x-filetrigger .x-text-el\").elements[0]).setText(\"浏览\")},20)");

 

On 5/26/2019 at 10:32 PM, Sherzod said:
  UnimFileUpload1.Execute;
  UniSession.AddJS('Ext.defer(function(){Ext.get(Ext.select(".x-filetrigger .x-text-el").elements[0]).setText("瀏覽")},20)');

 

 

On 5/26/2019 at 10:32 PM, Sherzod said:
  UnimFileUpload1.Execute;
  UniSession.AddJS('Ext.defer(function(){Ext.get(Ext.select(".x-filetrigger .x-text-el").elements[0]).setText("瀏覽")},20)');

 

how to change the design

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...