Search found 4005 matches

Go to advanced search

by Yurii Orishchuk
Thu May 01, 2014 3:42 am
Forum: Issues
Topic: Why does opening a dialog clear the page underneath it?
Replies: 30
Views: 4581
 
Jump to post

Why does opening a dialog clear the page underneath it?

Al, Of course you could to navigate to the page you need when panel is closed. For these purpose you need to: 1 Go to your dialog page. 2 Create JS event handler on "Page hide" event. And fill it with following code: http://prntscr.com/3f1xyu/direct pre code //Where "S...
by Yurii Orishchuk
Thu May 01, 2014 3:24 am
Forum: Issues
Topic: Using JavaSript to change count in list count property
Replies: 6
Views: 846
 
Jump to post

Using JavaSript to change count in list count property

Hi Robert. Please try this code: pre code jQuery('[name="messages"]:eq(0) .ui-li-count').text("counter_text") /code /pre Where: "messages" - is your listitem name. Like you mentioned above. "eq(0)" - get first item. If you want to get 2nd item,...
by Yurii Orishchuk
Thu May 01, 2014 3:05 am
Forum: Issues
Topic: problem with panel
Replies: 40
Views: 5292
 
Jump to post

problem with panel

Hi Yaniv. Please try following solution(without js code). 1 Delete or comment all JS and CSS code you have found on this topic. 2 Navigate to your page. And activate the panel. 3 Set "myFixedPanel" as class name for your panel. http://prntscr.com/3f1oty/direct 4 Create new CSS asset. And p...
by Yurii Orishchuk
Thu May 01, 2014 1:28 am
Forum: Issues
Topic: Why does opening a dialog clear the page underneath it?
Replies: 30
Views: 4581
 
Jump to post

Why does opening a dialog clear the page underneath it?

Hi Al. Appery based on jqm. And dialog is a jqm implementation. You can check out that dialogs work the same in jqm here: http://demos.jquerymobile.com/1.2.0-b... But there is a solution to make the page underneath the dialog visible but not avaliable to interact with. Please follow steps below to d...
by Yurii Orishchuk
Thu May 01, 2014 12:02 am
Forum: Issues
Topic: How do I get my text boxes to scroll through the text?
Replies: 1
Views: 468
 
Jump to post

How do I get my text boxes to scroll through the text?

Hi David. What do you mean by "text box" ? This is textarea or label component? Anyway. If you want to add scrollbar to your label you should to add css class name to this component. Add css asset and fill it with following code: pre code /* yourLabelClassName - is your component className...

Go to advanced search