Pregunta

¿alguien le suceda a saber lo que el nombre se utiliza para la muestra encima del punto de menú? He intentado <lift:menu.item name="Signup" name="sign.up" name="sign_up" todo fue en vano. name="Login" produce un enlace Entrar bien.

¿Qué estoy haciendo realmente mal aquí?

¿Fue útil?

Solución

Debe ser name="CreateUser".

La definición es así (en algún lugar de ProtoUser.scala in Carrera 2.1):

/** 
 * The menu item for creating the user/sign up (make this "Empty" to disable) 
 */  
def createUserMenuLoc: Box[Menu] =  
  Full(Menu(Loc("CreateUser", signUpPath, S.??("sign.up"), createUserMenuLocParams)))
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top