Anonymní profil maintain – Programujte.com
 x   TIP: Přetáhni ikonu na hlavní panel pro připnutí webu

Anonymní profil maintain – Programujte.comAnonymní profil maintain – Programujte.com

 

Příspěvky odeslané z IP adresy 195.91.10.–

maintain
.NET › Zachovanie pozicie na strank…
1. 8. 2012   #160892

#1 maintain
este dodam, ze sa to pokusam debugovat:

var y;
            var prm = Sys.WebForms.PageRequestManager.getInstance();

            function BeginRequestHandler(sender, args) {
                if ($get('<%= btnSave.ClientID %>') != null) {
                    y = $get('<%= btnSave.ClientID %>').scrollTop;
                    alert("Start: " + y);
                }
            }

            function EndRequestHandler(sender, args) {
                if ($get('<%= btnSave.ClientID %>') != null) {
                    $get('<%= btnSave.ClientID %>').scrollTop = y;
                    alert("end: " + y);
                }
            }

            prm.add_beginRequest(BeginRequestHandler);
            prm.add_endRequest(EndRequestHandler);

no vzdy sa mi vrati nula :/

maintain
.NET › Zachovanie pozicie na strank…
1. 8. 2012   #160891

Ahojte,

potrebujem, aby sa stranka po postbacku vratila na povodnu poziciu. Normlane by to malo ist cez atribut "MaintainScrollPositionOnPostback="true", ale nefunguje to. Zrejme preto, ze v podstate cely web je v Update panely. Grid a tlacidla su potom v komponentoch ajax:TabPanel.

na nete som nasiel nieco taketo:

var y;
//            var prm = Sys.WebForms.PageRequestManager.getInstance();

//            function BeginRequestHandler(sender, args) {
//                if ($get('<%= btnSave.ClientID %>') != null) {
//                    y = $get('<%= btnSave.ClientID %>').scrollTop;
//                }
//            }

//            function EndRequestHandler(sender, args) {
//                if ($get('<%= btnSave.ClientID %>') != null) {
//                    $get('<%= btnSave.ClientID %>').scrollTop = y;
//                }
//            }

//            prm.add_beginRequest(BeginRequestHandler);
//            prm.add_endRequest(EndRequestHandler);

Chcel som tym dosiahnut, aby sa pozicia vzdy vratila podla umiestnenia tlacidla Save, no nerobi to vobec nic. Moze mi s tym niekto pomoct ? Dakujem

 

 

Hostujeme u Českého hostingu       ISSN 1801-1586       ⇡ Nahoru Webtea.cz logo © 20032024 Programujte.com
Zasadilo a pěstuje Webtea.cz, šéfredaktor Lukáš Churý