Besonderhede van voorbeeld: 7688349140160860789

Metadata

Author: QED

Data

English[en]
Now I'm going to bookmark google again as this new user I'm now so I see my interface and everything, what is the problem here: it's that I have a default view which is not exactly the way I want it to look so, that's we need to do next, we need to customize our views to make them better, so, we'll use the template language of web2py which is really simple you extend some layout. html which is another HTML file used and all the commands in web2py go into double curly brackets, equal means want to display a variable so, this view just displays the grid, mybookmarks just returns a grid and then I return back the grid now, I want the bookmark. html view, a view don't has to be in HTML, you can have views in JSON, in PDF or in anything you like
Spanish[es]
Ahora voy a crear un marcador de google nuevamente como este usuario con el que ingresé y ahora veo mi interfaz y todo, cuál es el problema aquí: es sólo que tengo un diseño por defecto que no se ve exactamente como yo quiero así que eso es lo que vamos a hacer ahora, necesitamos personalizar nuestras vistas para mejorarlas, y utilizaremos el lenguaje de plantillas de web2py, que es realmente simple se extiende un archivo layout. html, que es otro archivo HTML utilizado y todos los comandos en web2py van entre dobles llaves " } ", igual significa que queremos que se muestre una variable entonces, esta vista sólo muestra la grilla, " mybookmarks " sólo devuelve una grilla y luego yo la devuelvo ahora, quiero una vista " bookmark. html ", una vista no necesariamente debe ser en HTML, pueden usar vistas en JSON, en PDF o en lo que prefieran

History

Your action: