| 12345678910111213141516 |
- var bulletinData = {
- en_us:{
- sidemenu:[
- {
- id:1,
- name:"TOPIC",
- title:["Add Product","Edit Product"],
- headingText:["S.no","Category","Topic","Action"],
- formText:["Topic","Category","--Select Supplier--","Image","--Select Segment--"]
- }
-
- ],
-
- errorMsg:["Please select any one","Are you sure you want to delete?","Please enter a valid topic"]
- }
- }
|