Questions tagged [smartadmin]

SmartAdmin is a bootstrap web application that provides a suite of widgets and components for administration and dashboard systems.

63 questions
8
votes
7 answers

Bootstrap Intellisense Missing Visual Studio 2015

I installed Visual Studio 2015 this week. However I discovered that I have no intellisense in my Razor Views. In Visual studio 2013 it worked fine. My all my css files are under ~/Content/css/ (*.min.css), including bootstrap. Here is the bundle…
Shane van Wyk
  • 1,870
  • 1
  • 26
  • 62
7
votes
3 answers

How to template data into the Ajax version of Smart Admin theme?

I am building an application for a client where I am developing a web service using Laravel5 on the beck end and I will consume it with the Smart Admin Theme, particularly the Ajax version. I have already worked with the HTML version of this theme…
Rohan
  • 13,308
  • 21
  • 81
  • 154
5
votes
1 answer

How to fix: Angular 7 (SmartAdmin template) form validation stops working after navigation

I am trying to perform form validation on an angular 7 app that is using the Smart Admin Template (Theme from wrapbootstrap). My issue is that it is working as expected the first time the browser refreshes, or even when i navigate to a component…
5
votes
1 answer

ERROR in Error during template compile of 'AppModule' Function calls are not supported in decorators but 'ChartModule' was called

I installed angular2-highcharts on my Angular Project, implemented that. Its working but in ng serve mode. But when I executed the command ng build --prod. I got the error : Error during template compile of AppModule Function calls are not supported…
Yash Jain
  • 752
  • 1
  • 12
  • 34
3
votes
1 answer

Using smart admin theme in SmartMessageBox input type is select but how to add option with value

Using smart admin theme in SmartMessageBox input type is select but how to add option with value? $.SmartMessageBox({ title: "AddLearningObject", content: "ObjectTypeText"", buttons: "["Cancel"] ["Next"]", input:…
Anup Sawanand
  • 31
  • 1
  • 6
2
votes
0 answers

Access a parent component's method from in Angular5

Hi i am using an template for build my web app and in my template i'm using a component for datatable inside another component. I am sending a data as JSON to this component and it creates rows. I wanna CRUD with any row so i send a button html tag…
Kadir Kalkan
  • 55
  • 1
  • 7
2
votes
1 answer

Unable to get sparklines working with dynamic data in AngularJS version of SmartAdmin template

I am working on a project using the AngularJS version of the SmartAdmin Bootstrap template available here. As part of the project, I need to add sparklines to several of the pages. I have it working just fine with static data such as:
Joseph
  • 1,988
  • 14
  • 21
2
votes
1 answer

is there a version of SmartAdmin/Sb-Admin based on angular-meteor?

I'm one of these people who learns best by looking at examples I've been searching through different variants of wrapbootstrap's SmartAdmin/Sb-Admin. Found one based just on Angular. Also, found one based just on Meteor Could not find one based on…
Eugene Goldberg
  • 14,286
  • 20
  • 94
  • 167
2
votes
1 answer

How to go about implementing the new Chat beta feature in the Smart Admin Theme and Laravel 5?

I am trying to figure out how to get chat working in the Smart Admin Theme As I can see, the newer version ships with a Chat beta plugin. On the "About the API" page, it gives a few instructions on how to get the front end working but unfortunately…
Rohan
  • 13,308
  • 21
  • 81
  • 154
2
votes
1 answer

How does Smart Admin include pages in to the Ajax version of the theme?

I am using the Smart Admin Theme Ajax version in a project, and I cannot figure out how template data gets added to the theme. There is a main index view and Page sections stored inside the ajax folder of the theme When I click on menu link, it…
Rohan
  • 13,308
  • 21
  • 81
  • 154
2
votes
0 answers

Bootstrap SmartAdmin disable SmartForm validation

I'm working in a project built over the SmartAdmin bootstrap webapp that comes with some kind of form validation in a feature called SmartForm. I don't know what it uses behind the scenes to validate the forms(it acts like jquery validator), but it…
DontVoteMeDown
  • 21,122
  • 10
  • 69
  • 105
1
vote
1 answer

How handle a button in typescript in dynamic code

I'm working with the Smart Admin Angular Version, When I want to use from notificationService I have a problem. I cant handle pressed button in notificationService.smallBox. My code in like bellow: notificationExample5() { …
Saeid Mirzaei
  • 950
  • 2
  • 18
  • 48
1
vote
1 answer

DataTables Editor - Adding Soft Delete to SmartAdmin Angular 5 App

I am using SmartAdmin 1.9.1, which is an Angular 5 framework. SA provides a DataTables plugin, that I want to extend with the DataTables' Editor, so that I can do soft deletes of rows. DataTables is v1.10.18, Editor is v1.8.1. DataTables without…
BobC
  • 353
  • 2
  • 5
  • 17
1
vote
0 answers

errors appear in console every time I install an npm package and than i have to restore a backup

I am using smartAdmin to build an application. Whenever i install any package from npm and than try to run the app with ng serve it starts giving errors and I am unable to solve these errors and I have to restore some backup always. recently I…
Ali Shan
  • 459
  • 7
  • 14
1
vote
1 answer

SmartAdmin no longer available

It seems that Wrapbootstrap SmartAdmin template is now no longer available. Anybody know if this template will come back under new packaging?
Luc
  • 45
  • 3
1
2 3 4 5